Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Co je Wowhead Waypoints?
Wowhead Waypoints je rozšíření Chrome vyvinuté medesetmedes, a jeho hlavní funkcí je „Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wowhead Waypoints
Stáhněte si soubory rozšíření Wowhead Waypoints ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
Oficiální URL | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Popis | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
Velikost souboru | 56.08 KB |
Počet instalací | 41 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2019-11-30 |
Datum Vydání | 2019-11-30 |
Vývojář | medesetmedes |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |