https://github.com/euank/tabstats
Firefox addon providing some data about open tabs
https://github.com/euank/tabstats
Last synced: 10 months ago
JSON representation
Firefox addon providing some data about open tabs
- Host: GitHub
- URL: https://github.com/euank/tabstats
- Owner: euank
- License: mpl-2.0
- Created: 2017-10-06T05:39:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T06:48:39.000Z (over 4 years ago)
- Last Synced: 2025-01-24T17:19:29.511Z (over 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## tabstats
This addon shows a page containing tab statistics in a convenient UX.
It is especially useful for the following functionality
* Seeing the total number of tabs open
* Closing all tabs for a specific domain
* Closing all but one of a tab with many duplicates
### Installing this extension
Available on [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/tab-stats-expanded/).
### Using this extension
After installing this addon, a new button will be present in the upper-right of the browser window:

Clicking on that button will open the addon's UX with information about open tabs.
### Why the fork?
The upstream repository appears to [not to be very actively maintained](https://github.com/glandium/tabstats/pull/11).
I forked this so I could add a feature I wanted, and I'll maintain this fork in some small degree.
### License
Licensed under the MPL-2.0
Copyright Mike Hommey, Euan Kemp