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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |