Skip to content
forked from mbnuqw/sidebery

Firefox extension for managing tabs and bookmarks in sidebar.

License

Notifications You must be signed in to change notification settings

Kuvesz/sidebery

 
 

Repository files navigation

Sidebery

https://addons.mozilla.org/en-US/firefox/addon/sidebery/

About

Sidebery provides the list of tabs structured in a tree and bookmarks within the customizable panels. It aims to be fast, beautiful* and configurable. Some of the key features:

Vertical tabs layout (flat or tree)

You can use a simple flat list of tabs or tree structure. Tree layout allows you to fold sub-tries, creates groups with a custom name to organize open pages.

Bookmarks panel

Simple catalogs of your bookmarks. You can drag and drop links or tabs to create bookmarks and vice-versa. Basic operations: open in new window / sort / create / edit / delete.

Other bookmarks features:

  • Automatically delete an open bookmark from "Other Bookmarks" folder.
  • Highlight open bookmarks and activate its tab instead of opening new on clicking.

Tabs panels

Configurable panels will help you sort your tabs.

Containers management

You can set "Include" and "Exclude" url-rules, proxy config and UserAgent header for each container.

Customizable context menu

Sidebery allows you to change the context menu for tabs and bookmarks. You can enable/disable/move different options, create sub-menus/separators.

Multi-selection with right mouse button or keyboard shortcuts

You can select multiple tabs or bookmarks only with the mouse - push right mouse button and then move the cursor to adjust selection range.
note: This feature is not working with the native context menu.

Also, you can use ctrl+click/shift+click method or use keyboard shortcuts.

Customizable styles

Sidebery provides full control of styles for sidebar and group page via variables and custom CSS.

NOTE: To get currently available css-selectors use debugger:

  • Enter "about:debugging" in the URL bar
  • In the left-hand menu, click This Firefox (or This Nightly)
  • Click Inspect next to Sidebery extension
  • Select frame to inspect
    • Click on the rectangular icon (with three sections) in top-right area of the debugger page
    • Select "/sidebar/index.html" for sidebar frame
    • Select "/group/group.html" for group page frame
  • Browse "Inspector" tab

Snapshots

You can setup auto snapshots that will keep info about open windows and tabs.


Usage


Build

Framework: Vue
Bundler: Parcel
Tests: Jest

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


Licence

MIT

About

Firefox extension for managing tabs and bookmarks in sidebar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.9%
  • Vue 26.2%
  • CSS 19.6%
  • HTML 8.2%
  • TypeScript 0.1%