Tab Critter

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

Co to jest Tab Critter?

Tab Critter to rozszerzenie Chrome opracowane przez http://www.cilb.de, a jego główną funkcją jest „Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Critter

Pobierz pliki rozszerzeń Tab Critter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
Oficjalny URL https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Opis Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Rozmiar pliku 17.21 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2015-09-04
Data Publikacji 2015-09-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://www.cilb.de
Typ Płatności free
Obsługiwane Języki 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"
}