Wowhead Quest Checker
Check if your character has completed a quest, right on wowhead.com
Co to jest Wowhead Quest Checker?
Wowhead Quest Checker to rozszerzenie Chrome opracowane przez Aki, a jego główną funkcją jest „Check if your character has completed a quest, right on wowhead.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wowhead Quest Checker
Pobierz pliki rozszerzeń Wowhead Quest Checker 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hnahkckjmgcjjpdfckgcfecmkppmcdkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/wowhead-quest-checker/hnahkckjmgcjjpdfckgcfecmkppmcdkb |
Opis | Check if your character has completed a quest, right on wowhead.com |
Rozmiar pliku | 15.65 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2015-01-17 |
Data Publikacji | 2015-01-17 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | Aki |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |