Skip to content

gantoine/linkding-extension

 
 

Repository files navigation

linkding extension

Companion extension for the self-hosted linkding bookmark service.

Features

  • Quickly add a bookmark for the current tab (keyboard shortcut: AltShiftL)
  • Search bookmarks through the Omnibox / address bar (keyword: ld)

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 (v14)
  • Latest LTS NPM version (v6)
  • bash
  • npx (included with npm v5.2+)

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 generate a build (might need to make the file executable using chmod +x build.sh):``` npm run build:ext


The script does:
- Install all dependencies using NPM
- Runs rollup to transpile and minify source files, with output written to `build`
- Packages the extension for uploading to the Chrome webstore and Mozilla addon store

The unpackaged and packaged builds can be found in the `artifacts` folder.

About

Companion extension for linkding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.9%
  • Svelte 13.7%
  • JavaScript 12.1%
  • Other 1.3%