Skip to content

A button badge that shows the number of tabs open in a window

License

Notifications You must be signed in to change notification settings

tqdv/tab-counter

 
 

Repository files navigation

tab-counter Travis GitHub release

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.

Download

Platform Badges
Firefox Mozilla Add-on Mozilla Add-on
Opera Opera Add-on
WebExtension WebExtension GitHub release
Chrome Google charges a developer fee to enlist in the Chrome Web Store. Please use the Opera WebExtension download.

Screenshots

Tab counter in a Firefox window

Tab counter popup Multiple windows and colors

Building

Install NodeJS and NPM.

npm i
npm run dist
# or `npm run all` if you want to build for Firefox and Opera

Development

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:

Changelog

See CHANGELOG.md

License

Apache 2.0

About

A button badge that shows the number of tabs open in a window

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.0%
  • HTML 29.0%