By: Pontoporeia Add-on
Inspect and view changes in Tab Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Counter",
"version": "0.1.2",
"description": "Displays the total number of tabs in the current window",
"browser_specific_settings": {
"gecko": {
"id": "tab-counter@local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"icons": {
"48": "icon.svg"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.svg",
"default_title": "Tab Counter"
}
} Best Tab Counter Alternatives
Here are some Firefox add-ons that are similar to Tab Counter: