Tab Critter

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

什麼是Tab Critter?

Tab Critter是由http://www.cilb.de開發的Chrome擴展程式,該擴展的主要功能是“Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.”。

擴展截圖

screenshot

下載Tab Critter擴展crx文件

下載Tab Critter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
官方網址 https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
簡介 Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
檔案大小 17.21 KB
安裝次數 2,000
目前版本 1.0.3
更新時間 2015-09-04
上架時間 2015-09-04
評分 5.00/5 共 2 次評分
開發者 http://www.cilb.de
付費類型 free
支援的語言 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"
}