Hearthstone Card Lookup
This extension allows users to lookup Hearthstone cards on the fly.
Hearthstone Card Lookupとは何ですか?
Hearthstone Card LookupはPrashan Dharmasenaによって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to lookup Hearthstone cards on the fly.」です。
拡張機能のスクリーンショット
Hearthstone Card Lookup拡張機能のCRXファイルをダウンロード
Hearthstone Card Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions allows users to quickly lookup Hearthstone cards. It also provides links to the cards on HearthPwn.com for more detailed information. Example uses: Looking up a card while watching a stream or reading a guide.
拡張機能の基本情報
名前 | |
ID | nbfpohhnepnjjlkgdojmonlnheflflpm |
公式URL | https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm |
説明 | This extension allows users to lookup Hearthstone cards on the fly. |
ファイルサイズ | 137 KB |
インストール数 | 28 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-01-31 |
公開日 | 2014-01-31 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Prashan Dharmasena |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hearthstone Card Lookup", "description": "This extension allows users to lookup Hearthstone cards on the fly.", "version": "1.0.2", "permissions": [ "http:\/\/www.hearthpwn.com\/", "http:\/\/auth.curse.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |