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文件
下载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" } } |