Hearthstone Card Lookup

This extension allows users to lookup Hearthstone cards on the fly.

What is Hearthstone Card Lookup?

Hearthstone Card Lookup is a Chrome extension developed by Prashan Dharmasena, and its main feature is "This extension allows users to lookup Hearthstone cards on the fly.".

Extension Screenshots

screenshot

Download Hearthstone Card Lookup Extension CRX File

Download Hearthstone Card Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hearthstone Card Lookup Hearthstone Card Lookup
ID nbfpohhnepnjjlkgdojmonlnheflflpm
Official URL https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm
Description This extension allows users to lookup Hearthstone cards on the fly.
File Size 137 KB
Installation Count 28
Current Version 1.0.2
Last Updated 2014-01-31
Publish Date 2014-01-31
Rating 4.00/5 Total 2 Ratings
Developer Prashan Dharmasena
Payment Type free
Supported Languages 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"
    }
}