Tab Out!

Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…

什麼是Tab Out!?

Tab Out!是由http://www.shidel.com開發的Chrome擴展程式,該擴展的主要功能是“Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tab Out!擴展crx文件

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

擴展使用說明

                        Tab Out! is a simple but empowering extension for chrome.  Tab Out! frees you from the mess of tabs that we all get ourselves into.  It allows you to close all of your tabs, while saving the session in Tab Out! for future use.  You can restore them all or just one at a time.  Also, keep quick links to favorites and setups that you use often.                    

擴展基本資訊

名稱 Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
官方網址 https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
簡介 Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
檔案大小 14.69 KB
安裝次數 456
目前版本 1.2.7
更新時間 2013-12-16
上架時間 2013-12-16
評分 3.62/5 共 13 次評分
開發者 http://www.shidel.com
付費類型 free
擴展官網 http://www.shidel.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Out!",
    "version": "1.2.7",
    "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icontab.png",
        "default_title": "Tab Out!",
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}