Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
O que é Wowhead Waypoints?
Wowhead Waypoints é uma extensão do Chrome desenvolvida por medesetmedes, e sua principal característica é "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wowhead Waypoints
Baixe arquivos de extensão Wowhead Waypoints no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
URL Oficial | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Descrição | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
Tamanho do Arquivo | 56.08 KB |
Contagem de Instalações | 41 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-11-30 |
Data de Publicação | 2019-11-30 |
Desenvolvedor | medesetmedes |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |