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
官方網址 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"
    }
}