Wowhead Waypoints

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

Vad är Wowhead Waypoints?

Wowhead Waypoints är en Chrome-tillägg utvecklad av medesetmedes, och dess huvudfunktion är "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Tilläggsskärmbilder

screenshot

Ladda ner Wowhead Waypoints-förlängningens CRX-fil

Ladda ner Wowhead Waypoints-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
Officiell webbadress https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Beskrivning Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Filstorlek 56.08 KB
Antal Installationer 41
Aktuell Version 1.0.1
Senast Uppdaterad 2019-11-30
Publiceringsdatum 2019-11-30
Utvecklare medesetmedes
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}