Skip to content

Browser extension for Linkwarden. Personal fork to add auto description using meta tag

License

Notifications You must be signed in to change notification settings

jojoto/Linkwarden-browser-extension

 
 

Repository files navigation

Linkwarden Browser Extension

Fork of the official extension for Linkwarden, a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.

Features

  • Add and organize new links to Linkwarden with a single click.
  • Automatically fill the description using the retrieved page metadata.

Image

Installation

Chrome, Brave and other Chromium based browsers: Chrome Web Store

Firefox: Mozilla Addon Store

Build From Source

Requirements

  • LTS NodeJS 18.x.x
  • NPM Version 9.x.x
  • Bash
  • Git

Step 1: Clone this repo

Clone this repository by running the following in your terminal:

git clone https://github.com/jojoto/Linkwarden-browser-extension.git

Step 2: Build

Head to the generated folder:

cd browser-extension

And run:

chmod +x ./build.sh && ./build.sh

After the above command, use the /dist folder as an unpacked extension in your browser.

About

Browser extension for Linkwarden. Personal fork to add auto description using meta tag

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 2.3%
  • CSS 1.6%
  • Other 1.0%