Sidetabs
Sidetabs copied to clipboard
Because tabs should be vertical
Sidetabs
A Firefox extension that shows tabs in the sidebar.
Installation
Sidetabs is on the Firefox Add-ons Marketplace.
Development
Requires NPM version >= 8.3.0.
Install dependencies: npm install
Build subpackages: npm run build --workspaces
Build extension: npm run build
Watch for changes and rebuild: npm run watch
Serve extension in Firefox: npm run serve
Building for production
use web-ext build to package extension.