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
官方URL 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"
    ]
}