TabStash

Group your tabs and open them later.

什么是TabStash?

TabStash是由https://browser-extensions.com开发的Chrome扩展程序,该扩展的主要功能是“Group your tabs and open them later.”。

扩展截图

screenshot

下载TabStash扩展crx文件

下载TabStash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Group your tabs and open them later.                    

扩展基本信息

名称 TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
官方URL https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
简介 Group your tabs and open them later.
文件大小 299 KB
安装次数 16
当前版本 0.0.1
更新时间 2017-10-27
上架时间 2017-10-27
开发者 https://browser-extensions.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://browser-extensions.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "history",
        "tabCapture",
        "tabs",
        "topSites",
        "storage",
        "unlimitedStorage",
        ""
    ]
}