Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Hvad er Wowhead Waypoints?
Wowhead Waypoints er en Chrome-udvidelse udviklet af medesetmedes, og dens hovedfunktion er "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".
Udvidelsesskærmbilleder
Download Wowhead Waypoints-udvidelses-CRX-fil
Download Wowhead Waypoints-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
Officiel URL | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Beskrivelse | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
Filstørrelse | 56.08 KB |
Antal Installationer | 41 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-11-30 |
Udgivelsesdato | 2019-11-30 |
Udvikler | medesetmedes |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |