Awesome
📌 Briefkasten Extension
Forked from
sissbruecker/linkding-extension
Companion extension for your self-hosted Briefkasten instance!
Features
- Quickly add a bookmark for the current tab (keyboard shortcut: <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>K</kbd>)
- Search bookmarks through the Omnibox / address bar (keyword: <kbd>bk</kbd>)
Works with: Chrome (and all Chromium based browsers), Firefox (101+)
✨ Installation
🧰 Manual Installation
- Clone repository
$ git clone https://github.com/ndom91/briefkasten-extension
$ cd briefkasten-extension
- Install all dependencies
$ npm install
- Build the source code into
/dist
dir
$ npm run build
After the build is complete, the repository directory will contain the unpackaged extension under dist/
. You can load this "unpacked" extension into your browser via the extension page, if "Developer Mode" is enabled. For more details, please check out the following links.
🛼 Setup
After installing the extension for the first time, you will be greeted with the options pop-up asking you to enter the Base Url and an API Token.
- The Base URL will be
https://briefkastenhq.com
if using the demo version of the application. Otherwise, use your own domain. - The API Token can be found at the top of the Settings page after logging in.
📝 License
MIT