Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
ما هو Wowhead Waypoints؟
Wowhead Waypoints هو إضافة Chrome تم تطويرها بواسطة medesetmedes، والميزة الرئيسية لها هي "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wowhead Waypoints
قم بتنزيل ملفات الامتداد Wowhead Waypoints بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
الوصف | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
حجم الملف | 56.08 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-11-30 |
تاريخ النشر | 2019-11-30 |
المطور | medesetmedes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |