Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Wowhead Waypoints là gì?
Wowhead Waypoints là một tiện ích mở rộng Chrome được phát triển bởi medesetmedes, và tính năng chính của nó là "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wowhead Waypoints
Tải xuống các tệp mở rộng Wowhead Waypoints dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
URL Chính Thức | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Mô tả | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
Kích Thước Tệp | 56.08 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-11-30 |
Ngày Phát Hành | 2019-11-30 |
Nhà Phát Triển | medesetmedes |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |