Wowhead Waypoints

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

Apa itu Wowhead Waypoints?

Wowhead Waypoints adalah ekstensi Chrome yang dikembangkan oleh medesetmedes, dan fitur utamanya adalah "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wowhead Waypoints

Unduh file ekstensi Wowhead Waypoints dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
URL Resmi https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
Deskripsi Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
Ukuran File 56.08 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-11-30
Tanggal Publikasi 2019-11-30
Pengembang medesetmedes
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}