Skip to content

arthmis/better-bookmarks

Repository files navigation

Setup

You need to have Node version 21.7.3 and npm installed.

Install the dependencies:

$ npm install # or pnpm install or yarn install

Building

Build the project with:

npm run build

Once the project is built, the production code can be found in the /dist folder along with its assets.

Since this is an extension for Firefox to use it in your browser locally, you need to go to about:debugging in your URL bar. Click on This Firefox on the left menu and click on Load Temporary Add-on. Select the manifest.json file found in the dist folder created when you ran npm run build.

After that the extension should be loaded, you can click the extensions menu in the toolbar on the top right and should see the bookmark icon that represents the app. Feel free to pin it to make access a little easier. Now you can click it and import tabs that you've selected and group them how you want.

Here's a video showing the basic functionality:

better-bookmarks.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages