Hearthstone Card Lookup
This extension allows users to lookup Hearthstone cards on the fly.
Cos'è Hearthstone Card Lookup?
Hearthstone Card Lookup è un'estensione di Chrome sviluppata da Prashan Dharmasena, e la sua funzione principale è "This extension allows users to lookup Hearthstone cards on the fly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hearthstone Card Lookup
Scarica i file di estensione Hearthstone Card Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nbfpohhnepnjjlkgdojmonlnheflflpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm |
Descrizione | This extension allows users to lookup Hearthstone cards on the fly. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-01-31 |
Data di Pubblicazione | 2014-01-31 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Prashan Dharmasena |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |