Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Wowhead Waypointsคืออะไร?
Wowhead Waypoints เป็นส่วนขยายของ Chrome ที่พัฒนาโดย medesetmedes และคุณลักษณะหลักของมันคือ "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wowhead Waypoints
ดาวน์โหลดไฟล์ส่วนขยาย Wowhead Waypoints ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |