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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
官方網址 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"
    }
}