Tab Counter

This extension will count and log how many tabs you have open

Cos'è Tab Counter?

Tab Counter è un'estensione di Chrome sviluppata da daniel.barry, e la sua funzione principale è "This extension will count and log how many tabs you have open".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Counter

Scarica i file di estensione Tab Counter 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

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

Informazioni di Base sull'Estensione

Nome Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
URL Ufficiale https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
Descrizione This extension will count and log how many tabs you have open
Dimensione del File 198 KB
Conteggio Installazioni 53
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-03-09
Data di Pubblicazione 2021-03-09
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore daniel.barry
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}