Skip to content

jeb5/Sidetabs

Repository files navigation

Sidetabs

Mozilla Add-on Version Mozilla Add-on Users GitHub License Pull requests

A Firefox extension that shows tabs in the sidebar.

Sidetabs in Firefox browser

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.