mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.55k stars 176 forks source link
Sidebery

Firefox extension for managing tabs and bookmarks in sidebar.


screenshot-003screenshot-002screenshot-005screenshot-009screenshot-011


![Mozilla Add-on Users](https://img.shields.io/amo/users/%7B3c078156-979c-498b-8990-85f7987dd929%7D?label=Users) ![Mozilla Add-on Downloads](https://img.shields.io/amo/dw/%7B3c078156-979c-498b-8990-85f7987dd929%7D?label=Downloads&color=%2311aa55) ![Mozilla Add-on Stars](https://img.shields.io/amo/stars/%7B3c078156-979c-498b-8990-85f7987dd929%7D?label=Rating&color=%23aa5566)

Install

Stable (v5.2.0): Release page | Addon page | Install (reviewed by Mozilla)
Nightly (v5.2.0.9): Release page | Install

About

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

Incompatibility with other addons

Sidebery may conflict with addons that handle position of new tabs (e.g. Tree Style Tabs) or addons that move/sort tabs, which may result in unexpected behavior or broken tabs state at initialization. To avoid potential issues, please, disable such addons in Add-ons Manager page (about:addons).

How to hide native (horizontal) tabs?

Firefox doesn't allow addons to hide native tabs, so you have two options:

Build

Prerequisites: latest LTS Node.js version

  1. Install dependencies: npm install
  2. Build all parts of Add-on: npm run build
  3. Create Add-on archive in ./dist: npm run build.ext

After creating the Add-on archive, you can then use the version in Firefox as follows:

  1. Open Firefox
  2. Go to about:debugging
  3. Go to "This Firefox"
  4. At "Temporary Extensions" click on "Load Temporary Add-on..."
  5. Select the .zip file in the dist directory.
  6. Close the settings tab
  7. Your Firefox now always runs with the development version
  8. For updating: Repeat all steps.

Development

Prerequisites: latest LTS Node.js version

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

Donate

You can donate (only crypto options) to this project, which will motivate me to answer questions, fix reported bugs, implement requested features and generally will speed up development process.

You can also donate to resolving a specific issue (feature request or bug report). To do this, message me to maxbadryzlov@gmail.com, we discuss the issue and its possible resolution, and I'll spend my time on that issue after donation.

Thank you.

Bitcoin (BTC) ``` bc1q2drx3x5pfl0c68urwztvjrwgksg9u3l7mn4g4m ``` ![btc-bc1q2drx3x5pfl0c68urwztvjrwgksg9u3l7mn4g4m](https://user-images.githubusercontent.com/6276694/215584021-b1eee3ab-ca62-4a81-acb4-cd69c27c734a.png)
Ethereum (ETH), USDT (ERC20), USDC (ERC20) ``` 0x11667D20AB328194AEEc68F9385CCcf713607929 ``` ![eth-0x11667D20AB328194AEEc68F9385CCcf713607929](https://user-images.githubusercontent.com/6276694/215587549-39505f92-0f80-43ec-bec1-42bf8cd570c4.png)
USDT (TRC20), USDC (TRC20) ``` TJEdp1TnsN7Jfhfi9Db8yXKDK8NEUovCZb ``` ![TJEdp1TnsN7Jfhfi9Db8yXKDK8NEUovCZb](https://github.com/mbnuqw/sidebery/assets/6276694/bbdefadc-3430-4537-94f1-447244d0e72f)
Solana (SOL) ``` GdWipUmnhdDa7kqkF3SJm5jTYqp3UsTdbcGCC1xLbVJf ``` ![GdWipUmnhdDa7kqkF3SJm5jTYqp3UsTdbcGCC1xLbVJf](https://github.com/mbnuqw/sidebery/assets/6276694/09adb5aa-3c68-48a0-9f21-0201011638d8)

License

MIT