Tab Count

Displays the number of browser tabs

Cos'è Tab Count?

Tab Count è un'estensione di Chrome sviluppata da gustass1, e la sua funzione principale è "Displays the number of browser tabs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Count

Scarica i file di estensione Tab Count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Count Tab Count
ID cflfdplhfcgapcgcahckkadgghpkhfco
URL Ufficiale https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco
Descrizione Displays the number of browser tabs
Dimensione del File 9.97 KB
Conteggio Installazioni 338
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-05-17
Data di Pubblicazione 2021-07-07
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore gustass1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}