Wowhead Waypoints

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

Wat is Wowhead Waypoints?

Wowhead Waypoints is een Chrome-extensie ontwikkeld door medesetmedes, en de belangrijkste functie is "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wowhead Waypoints

Download Wowhead Waypoints-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
Officiële URL https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Beschrijving Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Bestandsgrootte 56.08 KB
Aantal Installaties 41
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-11-30
Publicatiedatum 2019-11-30
Ontwikkelaar medesetmedes
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}