Tab Critter

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

Apa itu Tab Critter?

Tab Critter adalah ekstensi Chrome yang dikembangkan oleh http://www.cilb.de, dan fitur utamanya adalah "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Critter

Unduh file ekstensi Tab Critter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
URL Resmi https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
Deskripsi Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Ukuran File 17.21 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2015-09-04
Tanggal Publikasi 2015-09-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://www.cilb.de
Tipe Pembayaran free
Bahasa yang Didukung 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"
}