Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Co to jest Wowhead Waypoints?
Wowhead Waypoints to rozszerzenie Chrome opracowane przez medesetmedes, a jego główną funkcją jest „Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wowhead Waypoints
Pobierz pliki rozszerzeń Wowhead Waypoints w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
Oficjalny URL | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Opis | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
Rozmiar pliku | 56.08 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-11-30 |
Data Publikacji | 2019-11-30 |
Deweloper | medesetmedes |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |