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
公式URL 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"
}