Wowhead Waypoints

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

Qu'est-ce que Wowhead Waypoints ?

Wowhead Waypoints est une extension Chrome développée par medesetmedes, et sa fonction principale est "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wowhead Waypoints

Téléchargez les fichiers d'extension Wowhead Waypoints au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
URL Officiel https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Description Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Taille du Fichier 56.08 KB
Nombre d'Installations 41
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-11-30
Date de Publication 2019-11-30
Développeur medesetmedes
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}