Tab Stocker

Stocks tabs to see later

What is Tab Stocker?

Tab Stocker is a Chrome extension developed by https://izumisy-tech.hatenablog.com, and its main feature is "Stocks tabs to see later".

Extension Screenshots

screenshot

Download Tab Stocker Extension CRX File

Download Tab Stocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Tab Stocker Tab Stocker
ID kjjjockipnpomghfnpbilhhcjjkombla
Official URL https://chromewebstore.google.com/detail/tab-stocker/kjjjockipnpomghfnpbilhhcjjkombla
Description Stocks tabs to see later
File Size 223 KB
Installation Count 40
Current Version 1.13.0
Last Updated 2017-10-10
Publish Date 2017-10-09
Rating 5.00/5 Total 2 Ratings
Developer https://izumisy-tech.hatenablog.com
Payment Type free
Extension Website http://github.com/IzumiSy/TabStocker
Supported Languages 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"
    }
}