Hearthstone Card Lookup

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

ما هو Hearthstone Card Lookup؟

Hearthstone Card Lookup هو إضافة Chrome تم تطويرها بواسطة Prashan Dharmasena، والميزة الرئيسية لها هي "This extension allows users to lookup Hearthstone cards on the fly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hearthstone Card Lookup

قم بتنزيل ملفات الامتداد Hearthstone Card Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Hearthstone Card Lookup Hearthstone Card Lookup
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"
    }
}