Companion extension for the self-hosted linkding bookmark service.
Features
Works with: Firefox, Chrome
Screenshot
Firefox: Mozilla Addon Store
Chrome: Chrome Web Store
Run the build as described below and then follow the instructions here to load it into Firefox.
Run the build as described below and then follow the instructions here to load it into Chrome.
Requirements
Internally, we use web-ext
to bundle a distribution package for the extension for Firefox. You do not need to install web-ext
. Note that web-ext
will generate a zip file which can also be used for the Chrome Web Store.
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:
build
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.