1
0
Fork 0
Find a file
Daniel Baumann 331d635a19
Adding debian version 0.4.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-31 15:07:05 +02:00
debian Adding debian version 0.4.1-1. 2025-05-31 15:07:05 +02:00
icons Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
src Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.babelrc Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.browserslistrc Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.editorconfig Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.eslintrc.json Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.gitattributes Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.gitignore Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
.travis.yml Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
gulpfile.js Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
LICENSE Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
manifest.firefox.json Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
manifest.opera.json Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
package-lock.json Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
package.json Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00
README.md Adding upstream version 0.4.1. 2025-05-31 14:47:36 +02:00

tab-counter Travis

A button badge that shows the number of tabs open in a window. This addon was created as a WebExtension Replacement for Michael Kraft's Tab Counter. Tested for Firefox and Opera.

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

Development

You will need NodeJS v7 or higher with the NPM v4 or higher.

# install dependencies
npm i

# build extension (makes ZIP archives in build/)
npm run build

# watch for changes and build dist/ (temporarily rename a manifest to load unpacked)
npm run watch

# check package.json and gulpfile.js for more commands

License

Apache 2.0