Wowhead Quest Checker
Check if your character has completed a quest, right on wowhead.com
ما هو Wowhead Quest Checker؟
Wowhead Quest Checker هو إضافة Chrome تم تطويرها بواسطة Aki، والميزة الرئيسية لها هي "Check if your character has completed a quest, right on wowhead.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wowhead Quest Checker
قم بتنزيل ملفات الامتداد Wowhead Quest Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See if your character has completed a quest, right on wowhead.com! -- USAGE -- Once you have installed the extension, right click on the button and select options. Set your character and server there and go to a wowhead quest page. (http://www.wowhead.com/quest=31902/battle-pet-tamers-eastern-kingdoms) Your quest status should be displayed right under Quick Facts. In compliance with battle.net API usage and in the interest of openness, git repo is here: https://github.com/akinokaze/wowheadquestchecker
معلومات أساسية عن التمديد
الاسم | |
ID | hnahkckjmgcjjpdfckgcfecmkppmcdkb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wowhead-quest-checker/hnahkckjmgcjjpdfckgcfecmkppmcdkb |
الوصف | Check if your character has completed a quest, right on wowhead.com |
حجم الملف | 15.65 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-01-17 |
تاريخ النشر | 2015-01-17 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Aki |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wowhead Quest Checker", "description": "Check if your character has completed a quest, right on wowhead.com", "version": "1.0.1", "permissions": [ "http:\/\/us.battle.net\/", "http:\/\/www.wowhead.com\/", "tabs", "activeTab", "storage" ], "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Wowhead Quest Checker" }, "manifest_version": 2, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.wowhead.com\/quest=*" ], "js": [ "getquest.js" ] } ] } |