HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
HWSwapWareとは何ですか?
HWSwapWareはchickenbellyfinnによって開発されたChromeの拡張機能で、その主な機能は「Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.」です。
HWSwapWare拡張機能のCRXファイルをダウンロード
HWSwapWare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.
拡張機能の基本情報
名前 | |
ID | dcdphibeepdpehenljbnififgkkddaom |
公式URL | https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom |
説明 | Replaces heatware URLs with heatware feedback stats on /r/hardwareswap. |
ファイルサイズ | 41.4 KB |
インストール数 | 1,000 |
現在のバージョン | 1.4 |
最終更新日 | 2017-05-14 |
公開日 | 2017-05-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | chickenbellyfinn |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HWSwapWare", "version": "1.4", "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/hardwareswap\/*" ], "js": [ "jquery-2.1.4.min.js", "content_script.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.heatware.com\/", "https:\/\/heatware.com\/" ] } |