Tab Hell

Sort of solution of "Tab Hell problem".

Tab Hellとは何ですか?

Tab Hellはweizによって開発されたChromeの拡張機能で、その主な機能は「Sort of solution of "Tab Hell problem".」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tab Hell拡張機能のCRXファイルをダウンロード

Tab Hell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You have a problem with lots of opened browser tabs? All tabs "needed" but never used?
This extension autoclose forgotten tabs and save list of this tabs.

Additional functions:
 - grouping tabs by hostname;
 - reload all tabs;
 - remove duplicates of tabs;                    

拡張機能の基本情報

名前 Tab Hell Tab Hell
ID aedkiopiicejaoodpoohpjjhjfdokgfd
公式URL https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd
説明 Sort of solution of "Tab Hell problem".
ファイルサイズ 21.15 KB
インストール数 47
現在のバージョン 0.1.2
最終更新日 2015-05-07
公開日 2015-05-07
評価 3.33/5 合計 3 レビュー
開発者 weiz
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Hell",
    "description": "__MSG_extDescription__",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "tabHell.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "options_page": "options.html",
    "default_locale": "en"
}