Tab Store

An environment for tab storage.

什麼是Tab Store?

Tab Store是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“An environment for tab storage.”。

擴展截圖

screenshot
screenshot

下載Tab Store擴展crx文件

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

擴展使用說明

                        A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.                    

擴展基本資訊

名稱 Tab Store Tab Store
ID ceoengfplhhjknejgmkkbdnljebkdomd
官方網址 https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd
簡介 An environment for tab storage.
檔案大小 18.65 MB
安裝次數 40
目前版本 0.7.0
更新時間 2018-02-04
上架時間 2018-02-03
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Store",
    "version": "0.7.0",
    "description": "An environment for tab storage.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Tab Store",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "bookmarks"
    ]
}