Tab Critter

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

Vad är Tab Critter?

Tab Critter är en Chrome-tillägg utvecklad av http://www.cilb.de, och dess huvudfunktion är "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Critter-förlängningens CRX-fil

Ladda ner Tab Critter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
Officiell webbadress https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Beskrivning Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Filstorlek 17.21 KB
Antal Installationer 2,000
Aktuell Version 1.0.3
Senast Uppdaterad 2015-09-04
Publiceringsdatum 2015-09-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://www.cilb.de
Betalningssätt free
Stödda Språk 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"
}