WME OpenData
Provides access to certain OS OpenData products within the WME environment
What is WME OpenData?
WME OpenData is a Chrome extension developed by chriscoulson0511, and its main feature is "Provides access to certain OS OpenData products within the WME environment".
Extension Screenshots
Download WME OpenData Extension CRX File
Download WME OpenData extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
Official URL | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
Description | Provides access to certain OS OpenData products within the WME environment |
File Size | 30.66 KB |
Installation Count | 235 |
Current Version | 2.41 |
Last Updated | 2018-12-28 |
Publish Date | 2018-12-28 |
Rating | 4.29/5 Total 7 Ratings |
Developer | chriscoulson0511 |
Payment Type | free |
Help Page URL | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
Supported Languages | 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" ] } |