Wowhead Quest Checker
Check if your character has completed a quest, right on wowhead.com
什么是Wowhead Quest Checker?
Wowhead Quest Checker是由Aki开发的Chrome扩展程序,该扩展的主要功能是“Check if your character has completed a quest, right on wowhead.com”。
扩展截图
下载Wowhead Quest Checker扩展crx文件
下载Wowhead Quest Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |