Wowhead Waypoints

Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.

Was ist Wowhead Waypoints?

Wowhead Waypoints ist eine Chrome-Erweiterung, die von medesetmedes entwickelt wurde, und ihr Hauptmerkmal ist "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Erweiterungsscreenshots

screenshot

Wowhead Waypoints-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wowhead Waypoints-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
Offizielle URL https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Beschreibung Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Dateigröße 56.08 KB
Installationsanzahl 41
Aktuelle Version 1.0.1
Letztes Update 2019-11-30
Veröffentlichungsdatum 2019-11-30
Entwickler medesetmedes
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}