/linkding-extension

Companion extension for linkding

Primary LanguageCSSMIT LicenseMIT

linkding extension

Companion extension for the self-hosted linkding bookmark service.

Works with: Firefox, Chrome

Screenshot

Screenshot

Installation

Firefox: Mozilla Addon Store

Chrome: Chrome Web Store

Manual installation

Firefox

Run the build as described below and then follow the instructions here to load it into Firefox.

Chrome

Run the build as described below and then follow the instructions here to load it into Chrome.

Build

Requirements

  • Latest LTS Node version
  • Latest LTS NPM version
  • bash
  • web-ext

First ensure that web-ext is installed, which is a tool for building distribution packages of Firefox extensions. Note that web-ext will generate a zip file which can also be used for the Chrome Web Store. To install web-ext run:

npm install --global web-ext

Then run the following bash script to generate a build (might need to make the file executable using chmod +x build.sh):

./build.sh

The script does:

  • Install all dependencies using NPM
  • Runs rollup to transpile and minify source files, with output written to build
  • Run web-ext to package the extension for uploading to the Mozilla addon store

After the build the root directory contains the complete, unpackaged extension. Use the manifest.json file to load it manually into the browser.

The packaged extension can be found in the web-ext-artifacts folder.