mateon1 / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sidebery

Firefox extension for managing tabs and bookmarks in sidebar.

Install

Release Link
Stable v4.10.0 (addons.mozilla.org)
Beta v5.0.0b25 (Github release)

Note: Before installing the beta version make sure to save backup of the addon data (Sidebery settings / Help / Export).


About

Sidebery is a highly configurable sidebar with panels of different types. Some of the key features:

  • Vertical tabs panels with tree or flat layout
  • Bookmarks panels
  • (v5) History panel
  • (v5) Search in panels
  • Customizable context menu
  • Customizable styles
  • Snapshots (saved windows/panels/tabs)
  • ...and more

Build

Prerequisites: latest LTS Node.js version

Install dependencies: npm install
Build all parts of addon: npm run build
Create addon archive in ./dist: npm run build.ext

Development

Prerequisites: latest LTS Node.js version

Install dependencies: npm install
Build and watch for changes: npm run dev
Run browser with addon: npm run dev.run -- <firefox-executable>


Licence

MIT

About

Firefox extension for managing tabs and bookmarks in sidebar.

License:MIT License


Languages

Language:TypeScript 50.9%Language:Stylus 23.8%Language:Vue 22.4%Language:JavaScript 1.6%Language:HTML 1.3%