Too Many Tabs

Warns you when you have too many tabs open.

Cos'è Too Many Tabs?

Too Many Tabs è un'estensione di Chrome sviluppata da simonturner34, e la sua funzione principale è "Warns you when you have too many tabs open.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Too Many Tabs

Scarica i file di estensione Too Many Tabs 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

                                            

Informazioni di Base sull'Estensione

Nome Too Many Tabs Too Many Tabs
ID mflaafpnchlaogehgbdbjjcohbgdbmdm
URL Ufficiale https://chromewebstore.google.com/detail/too-many-tabs/mflaafpnchlaogehgbdbjjcohbgdbmdm
Descrizione Warns you when you have too many tabs open.
Dimensione del File 65.29 KB
Conteggio Installazioni 45
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-06-30
Data di Pubblicazione 2016-06-30
Sviluppatore simonturner34
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": "Too Many Tabs",
    "description": "Warns you when you have too many tabs open.",
    "version": "1.0.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "tabevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}