Web extension to provide instant insight in the number of current tabs.
- JavaScript 38.2%
- CSS 23.9%
- Just 22.3%
- HTML 15.6%
| src | ||
| .gitignore | ||
| biome.json | ||
| Justfile | ||
| LICENSE | ||
| README.md | ||
| TODO.md | ||
Tab_Counter
Web extension to provide instant insight in the number of current tabs. # Tab Counter
A simple Firefox web extension that displays the total number of tabs in the current window.
Features
- Shows the total count of all tabs (loaded or not) in the current window
- Clean, minimal interface
- Updates in real-time as tabs are opened or closed
- Lightweight and fast
Installation
From Source
- Clone this repository
- Run
just runto test in Firefox, or - Run
just buildto create a package in thedist/directory - Install the packaged extension in Firefox
Development
This project uses web-ext for building and testing. Make sure you have it installed:
npm install -g web-ext
Or use just commands:
just run # Run the extension in Firefox for testing
just build # Build the extension package
just lint # Lint the extension
just clean # Clean build artifacts
Usage
- Click the Tab Counter icon in your browser toolbar
- A popup will display showing the total number of tabs in the current window
License
This project is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for details.