A button badge that shows the number of tabs open in a window. Tested for Firefox and Opera.
This addon is forked from DaAwesomeP who created it as a WebExtension Replacement for Michael Kraft's Tab Counter.
Platform | Badges |
---|---|
Firefox | |
Opera | |
WebExtension | |
Chrome | Google charges a developer fee to enlist in the Chrome Web Store. Please use the Opera WebExtension download. |
Install NodeJS and NPM.
npm i
npm run dist
# or `npm run all` if you want to build for Firefox and Opera
You will need a recent NodeJS and NPM.
# install dependencies
npm i
# build extension (compiles the source code into build/)
npm run build
# Prepare for distribution (creates a zip in dist/)
npm run dist
npm run all # Create archives for both Opera and Firefox
# watch for changes and rebuild
npm run watch
# Run the extension in Firefox and reload on change
npm run run
# check package.json and gulpfile.js for more commands
Ressources:
See CHANGELOG.md