WME OpenData
Provides access to certain OS OpenData products within the WME environment
ما هو WME OpenData؟
WME OpenData هو إضافة Chrome تم تطويرها بواسطة chriscoulson0511، والميزة الرئيسية لها هي "Provides access to certain OS OpenData products within the WME environment".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WME OpenData
قم بتنزيل ملفات الامتداد WME OpenData بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension for the Waze Map Editor, provides streetname suggestions pulled from the OS OpenData database, and allows selected third-party mapping sites to be opened up at the same location as the WME map.
معلومات أساسية عن التمديد
الاسم | |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
الوصف | Provides access to certain OS OpenData products within the WME environment |
حجم الملف | 30.66 KB |
عدد التثبيتات | 235 |
النسخة الحالية | 2.41 |
آخر تحديث | 2018-12-28 |
تاريخ النشر | 2018-12-28 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | chriscoulson0511 |
نوع الدفع | free |
عنوان صفحة المساعدة | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WME OpenData", "version": "2.41", "description": "Provides access to certain OS OpenData products within the WME environment", "content_scripts": [ { "matches": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*", "https:\/\/roadworks.org\/*", "http:\/\/public.londonworks.gov.uk\/roadworks\/*", "https:\/\/www.ordnancesurvey.co.uk\/opendata\/viewer\/*", "http:\/\/streetworks.wiltshire.gov.uk\/*" ], "js": [ "bootstrap.user.js" ] } ], "permissions": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*", "https:\/\/roadworks.org\/*", "http:\/\/public.londonworks.gov.uk\/roadworks\/*", "https:\/\/www.ordnancesurvey.co.uk\/opendata\/viewer\/*", "http:\/\/streetworks.wiltshire.gov.uk\/*" ], "web_accessible_resources": [ "wme_opendata.2.41.user.js" ] } |