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
拡張機能の基本情報
名前 | 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" } } |