TabStack

A chrome extension to temporarily store a browser tab and to reopen it later.

什麼是TabStack?

TabStack是由niehm開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to temporarily store a browser tab and to reopen it later.”。

擴展截圖

screenshot

下載TabStack擴展crx文件

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

擴展使用說明

                        TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack.
The stored tabs are synchronized between different chrome browsers in which you are logged in.                    

擴展基本資訊

名稱 TabStack TabStack
ID cmfjpgcpeelgjenfhmddbdlddogcmpie
官方網址 https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie
簡介 A chrome extension to temporarily store a browser tab and to reopen it later.
檔案大小 64.46 KB
安裝次數 131
目前版本 1.0
更新時間 2013-07-23
上架時間 2013-07-23
評分 4.11/5 共 9 次評分
開發者 niehm
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabStack",
    "description": "A chrome extension to temporarily store a browser tab and to reopen it later.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "safe.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}