Wowhead Waypoints

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

Cos'è Wowhead Waypoints?

Wowhead Waypoints è un'estensione di Chrome sviluppata da medesetmedes, e la sua funzione principale è "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wowhead Waypoints

Scarica i file di estensione Wowhead Waypoints in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
URL Ufficiale https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Descrizione Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Dimensione del File 56.08 KB
Conteggio Installazioni 41
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-11-30
Data di Pubblicazione 2019-11-30
Sviluppatore medesetmedes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}