Tab Counter

Shows the amount of tabs you've created on every new tab.

Cos'è Tab Counter?

Tab Counter è un'estensione di Chrome sviluppata da metarmask, e la sua funzione principale è "Shows the amount of tabs you've created on every new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
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

                        Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere.

Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.                    

Informazioni di Base sull'Estensione

Nome Tab Counter Tab Counter
ID mahddlcedaddgnglfdlgphgdkgcjocbf
URL Ufficiale https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf
Descrizione Shows the amount of tabs you've created on every new tab.
Dimensione del File 16.79 KB
Conteggio Installazioni 56
Versione Corrente 2.0
Ultimo Aggiornamento 2016-07-23
Data di Pubblicazione 2016-07-23
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore metarmask
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "Shows the amount of tabs you've created on every new tab.",
    "version": "2.0",
    "minimum_chrome_version": "51",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}