Hearthstone Card Lookup
This extension allows users to lookup Hearthstone cards on the fly.
Hearthstone Card Lookup क्या है?
Hearthstone Card Lookup Prashan Dharmasena द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows users to lookup Hearthstone cards on the fly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hearthstone Card Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |