Tab Critter

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

Wat is Tab Critter?

Tab Critter is een Chrome-extensie ontwikkeld door http://www.cilb.de, en de belangrijkste functie is "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Critter

Download Tab Critter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
Officiële URL https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Beschrijving Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Bestandsgrootte 17.21 KB
Aantal Installaties 2,000
Huidige Versie 1.0.3
Laatst Bijgewerkt 2015-09-04
Publicatiedatum 2015-09-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.cilb.de
Betalingswijze free
Ondersteunde Talen 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"
}