Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Wowhead Waypoints란 무엇입니까?
Wowhead Waypoints은(는) medesetmedes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft."입니다.
확장 프로그램 스크린샷
Wowhead Waypoints 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension that makes it easy to copy waypoints from websites such as WoWhead, ClassicDB and Vanilla WoW DB. The waypoints are supported through the addon TomTom and can be pasted into the game by using the addon Paste.
확장 프로그램 기본 정보
이름 | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
공식 URL | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
설명 | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
파일 크기 | 56.08 KB |
설치 횟수 | 41 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-11-30 |
출시 날짜 | 2019-11-30 |
개발자 | medesetmedes |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wowhead Waypoints", "description": "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.", "version": "1.0.1", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "declarativeContent" ], "browser_action": { "default_title": "Waypoints Page", "default_icon": "icon.png", "default_popup": "popup.html" } } |