Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
ما هو Waze - Google Maps™ link؟
Waze - Google Maps™ link هو إضافة Chrome تم تطويرها بواسطة nalym، والميزة الرئيسية لها هي "Waze Map Editor script that creates a link to the current position in Google Maps™.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Waze - Google Maps™ link
قم بتنزيل ملفات الامتداد Waze - Google Maps™ link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
معلومات أساسية عن التمديد
الاسم | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
الوصف | Waze Map Editor script that creates a link to the current position in Google Maps™. |
حجم الملف | 13.71 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2015-04-22 |
تاريخ النشر | 2015-04-22 |
تقييم | 4.22/5 مجموع تقييمات 476 |
المطور | nalym |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waze - Google Maps\u2122 link", "version": "1.2.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.waze.com\/*editor\/*", "https:\/\/*.waze.com\/map-editor\/*", "https:\/\/*.waze.com\/beta_editor\/*", "https:\/\/*.waze.co.il\/*editor\/*", "https:\/\/*.waze.co.il\/beta_editor\/*" ], "js": [ "gmaps_permalink.js" ] } ], "description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.", "icons": { "128": "icon_128.png" } } |