Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
956119c6fd
commit
5988d8b9b6
47 changed files with 8483 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
tab-counter [](https://travis-ci.org/DaAwesomeP/tab-counter)
|
||||
===========
|
||||
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](https://addons.mozilla.org/en-US/firefox/addon/tab-counter/). Tested for Firefox and Opera.
|
||||
|
||||
| | |
|
||||
|:-------:|-|
|
||||
| [**Firefox**](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) | [](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) [](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) [](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) [](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) [](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/) |
|
||||
| [**Opera**](https://addons.opera.com/en/extensions/details/tab-counter-2/) | [](https://addons.opera.com/en/extensions/details/tab-counter-2/) |
|
||||
| [**WebExtension**](https://github.com/DaAwesomeP/tab-counter/releases/latest) | [](https://github.com/DaAwesomeP/tab-counter/releases/latest) [](https://github.com/DaAwesomeP/tab-counter/releases/latest) [](https://github.com/DaAwesomeP/tab-counter/releases/latest) |
|
||||
| **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.
|
||||
```bash
|
||||
# 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](https://github.com/DaAwesomeP/tab-counter/blob/master/LICENSE)
|
Loading…
Add table
Add a link
Reference in a new issue