Hearthstone Card Lookup

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

Wat is Hearthstone Card Lookup?

Hearthstone Card Lookup is een Chrome-extensie ontwikkeld door Prashan Dharmasena, en de belangrijkste functie is "This extension allows users to lookup Hearthstone cards on the fly.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hearthstone Card Lookup

Download Hearthstone Card Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hearthstone Card Lookup Hearthstone Card Lookup
ID nbfpohhnepnjjlkgdojmonlnheflflpm
Officiële URL https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm
Beschrijving This extension allows users to lookup Hearthstone cards on the fly.
Bestandsgrootte 137 KB
Aantal Installaties 28
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-01-31
Publicatiedatum 2014-01-31
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Prashan Dharmasena
Betalingswijze free
Ondersteunde Talen 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"
    }
}