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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | WME OpenData |
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 |
URL страницы помощи | 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" ] } |