Tab Stocker
Stocks tabs to see later
什麼是Tab Stocker?
Tab Stocker是由https://izumisy-tech.hatenablog.com開發的Chrome擴展程式,該擴展的主要功能是“Stocks tabs to see later”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | kjjjockipnpomghfnpbilhhcjjkombla | 
| 官方網址 | 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"
    }
}  |  |