Web extension to provide instant insight in the number of current tabs.
  • JavaScript 38.2%
  • CSS 23.9%
  • Just 22.3%
  • HTML 15.6%
Find a file
2026-02-21 21:52:58 +01:00
src fix web-ext lint warnings: add gecko metadata and data_collection_permissions to manifest 2026-02-21 21:52:58 +01:00
.gitignore Added .gitignore with dist folder rule 2026-02-21 19:59:19 +01:00
biome.json add Biome linting config and Justfile recipes 2026-02-21 21:44:48 +01:00
Justfile add Biome linting config and Justfile recipes 2026-02-21 21:44:48 +01:00
LICENSE Initial commit 2026-02-03 14:44:50 +01:00
README.md Initial commit with content 2026-02-03 14:46:36 +01:00
TODO.md fix web-ext lint warnings: add gecko metadata and data_collection_permissions to manifest 2026-02-21 21:52:58 +01:00

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

  1. Clone this repository
  2. Run just run to test in Firefox, or
  3. Run just build to create a package in the dist/ directory
  4. 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

  1. Click the Tab Counter icon in your browser toolbar
  2. 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.