Tab Critter

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

Was ist Tab Critter?

Tab Critter ist eine Chrome-Erweiterung, die von http://www.cilb.de entwickelt wurde, und ihr Hauptmerkmal ist "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".

Erweiterungsscreenshots

screenshot

Tab Critter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Critter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
Offizielle URL https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Beschreibung Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Dateigröße 17.21 KB
Installationsanzahl 2,000
Aktuelle Version 1.0.3
Letztes Update 2015-09-04
Veröffentlichungsdatum 2015-09-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.cilb.de
Zahlungsart free
Unterstützte Sprachen 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"
}