Skip to content

A webextension that shows a small badge with the unread count (the number between parentheses in the page's title) of the tabs over their favicon.

License

Notifications You must be signed in to change notification settings

sarics/tab-badge

Repository files navigation

Tab badge

A webextension that shows a small badge with the unread count (the number between parentheses in the page's title) of the tabs over their favicon.

Currently only Firefox is supported.

https://addons.mozilla.org/addon/tabbadge/

Development

Requirements:

Install

To install the project's dependencies:

npm install

Start

During development use:

npm start

This will build a develpment version of the scripts in the dist folder, and starts webpack in watch mode and opens a clean Firefox with the addon installed. Every time a script is modified, the addon will be reloaded.

Build

To build the addon, use:

npm run build

This will build a production version of the scripts in the dist folder, and packages them into a zip file in the build folder.

About

A webextension that shows a small badge with the unread count (the number between parentheses in the page's title) of the tabs over their favicon.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published