Wowhead Quest Checker
Check if your character has completed a quest, right on wowhead.com
O que é Wowhead Quest Checker?
Wowhead Quest Checker é uma extensão do Chrome desenvolvida por Aki, e sua principal característica é "Check if your character has completed a quest, right on wowhead.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wowhead Quest Checker
Baixe arquivos de extensão Wowhead Quest Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hnahkckjmgcjjpdfckgcfecmkppmcdkb |
URL Oficial | https://chrome.google.com/webstore/detail/wowhead-quest-checker/hnahkckjmgcjjpdfckgcfecmkppmcdkb |
Descrição | Check if your character has completed a quest, right on wowhead.com |
Tamanho do Arquivo | 15.65 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-01-17 |
Data de Publicação | 2015-01-17 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | Aki |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |