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" } } |