Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs

Tab Corralとは何ですか?

Tab Corralはjarrod.c.taylorによって開発されたChromeの拡張機能で、その主な機能は「The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        There is a gray area for tabs that lives between closing forever and bookmarking forever. That is where the tab corral comes in handy. Store some or all of your currently open tabs in the corral then feel confident in closing them and freeing up system resources knowing that they will be there to open back up when you are ready for them.                    

拡張機能の基本情報

名前 Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
公式URL https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
説明 The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
ファイルサイズ 83.61 KB
インストール数 55
現在のバージョン 0.1.0
最終更新日 2016-06-03
公開日 2016-06-03
評価 5.00/5 合計 1 レビュー
開発者 jarrod.c.taylor
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Corral",
    "author": "Jarrod C Taylor",
    "short_name": "Tab Corral",
    "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/corral16.png",
        "48": "img\/corral48.png",
        "128": "img\/corral128.png"
    },
    "browser_action": {
        "default_icon": "img\/corral.png",
        "default_popup": "popup.html",
        "default_title": "Tab Corral"
    }
}