Hearthstone Card Lookup

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

Co to jest Hearthstone Card Lookup?

Hearthstone Card Lookup to rozszerzenie Chrome opracowane przez Prashan Dharmasena, a jego główną funkcją jest „This extension allows users to lookup Hearthstone cards on the fly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hearthstone Card Lookup

Pobierz pliki rozszerzeń Hearthstone Card Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hearthstone Card Lookup Hearthstone Card Lookup
ID nbfpohhnepnjjlkgdojmonlnheflflpm
Oficjalny URL https://chrome.google.com/webstore/detail/hearthstone-card-lookup/nbfpohhnepnjjlkgdojmonlnheflflpm
Opis This extension allows users to lookup Hearthstone cards on the fly.
Rozmiar pliku 137 KB
Liczba instalacji 28
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-01-31
Data Publikacji 2014-01-31
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Prashan Dharmasena
Typ Płatności free
Obsługiwane Języki 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"
    }
}