Tab Critter

Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.

Cos'è Tab Critter?

Tab Critter è un'estensione di Chrome sviluppata da http://www.cilb.de, e la sua funzione principale è "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Critter

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

                        Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
If a tab has not been used for some time it will automatically close. That makes Chrome free some memory and your PC run faster.                    

Informazioni di Base sull'Estensione

Nome Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
URL Ufficiale https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Descrizione Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Dimensione del File 17.21 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2015-09-04
Data di Pubblicazione 2015-09-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://www.cilb.de
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Critter",
    "description": "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.",
    "version": "1.0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "homepage_url": "http:\/\/www.cilb.de"
}