Tab Stocker

Stocks tabs to see later

什么是Tab Stocker?

Tab Stocker是由https://izumisy-tech.hatenablog.com开发的Chrome扩展程序,该扩展的主要功能是“Stocks tabs to see later”。

扩展截图

screenshot

下载Tab Stocker扩展crx文件

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

扩展使用说明

                        【Features】
- Shortcut Key
- Sorting(Drog & Drop support)
- Context menu
- Synchronization

【Github】
https://github.com/IzumiSy/TabStocker                    

扩展基本信息

名称 Tab Stocker Tab Stocker
ID kjjjockipnpomghfnpbilhhcjjkombla
官方URL https://chromewebstore.google.com/detail/tab-stocker/kjjjockipnpomghfnpbilhhcjjkombla
简介 Stocks tabs to see later
文件大小 223 KB
安装次数 40
当前版本 1.13.0
更新时间 2017-10-10
上架时间 2017-10-09
评分 5.00/5 共2次评分
开发者 https://izumisy-tech.hatenablog.com
付费类型 free
扩展官网 http://github.com/IzumiSy/TabStocker
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.13.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "ja",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "assets\/main.png",
        "default_title": "Tab Stocker",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "stock-tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_extShortcutDesc__"
        }
    },
    "icons": {
        "16": "assets\/main.png",
        "128": "assets\/main.png"
    }
}