CollectHW
Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.
CollectHWとは何ですか?
CollectHWはhttp://collecthw.comによって開発されたChromeの拡張機能で、その主な機能は「Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.」です。
CollectHW拡張機能のCRXファイルをダウンロード
CollectHW拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | iclgfihggfbklbdgciapfmcjgnjholoc |
公式URL | https://chrome.google.com/webstore/detail/collecthw/iclgfihggfbklbdgciapfmcjgnjholoc |
説明 | Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com. |
ファイルサイズ | 66.53 KB |
インストール数 | 23 |
現在のバージョン | 0.1.6.7 |
最終更新日 | 2017-01-27 |
公開日 | 2017-01-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://collecthw.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://collecthw.com/hw/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CollectHW", "description": "Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.", "version": "0.1.6.7", "icons": { "16": "Icon-Small-20.png", "48": "Icon-Small-50.png", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/r\/CollectHW\/comments\/*", "https:\/\/*.reddit.com\/r\/HotWheels\/comments\/*", "https:\/\/*.reddit.com\/message\/*", "http:\/\/hotwheels.wikia.com\/*", "http:\/\/www.ebay.com\/itm\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.hobbydb.com\/catalog_items\/*", "http:\/\/www.hotwheelscollectors.com\/*", "https:\/\/www.hwracerewards.com\/*", "https:\/\/imgur.com\/*" ], "exclude_globs": [ "*collecthw*" ], "js": [ "jquery.js", "matches.js" ], "css": [ "collecthw_extension.css" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "Icon-Small-20.png", "items.json" ], "browser_action": { "default_icon": "Icon-Small-50.png" }, "permissions": [ "*:\/\/*\/*", "storage" ] } |