Tab Count

Displays the number of browser tabs

What is Tab Count?

Tab Count is a Chrome extension developed by gustass1, and its main feature is "Displays the number of browser tabs".

Extension Screenshots

screenshot
screenshot

Download Tab Count Extension CRX File

Download Tab Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.                    

Extension Basic Information

Name Tab Count Tab Count
ID cflfdplhfcgapcgcahckkadgghpkhfco
Official URL https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco
Description Displays the number of browser tabs
File Size 9.97 KB
Installation Count 338
Current Version 0.0.2
Last Updated 2023-05-17
Publish Date 2021-07-07
Rating 4.50/5 Total 2 Ratings
Developer gustass1
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Count",
    "description": "Displays the number of browser tabs",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-120.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-120.png"
    },
    "permissions": [
        "tabGroups"
    ]
}