WME OpenData
Provides access to certain OS OpenData products within the WME environment
Wat is WME OpenData?
WME OpenData is een Chrome-extensie ontwikkeld door chriscoulson0511, en de belangrijkste functie is "Provides access to certain OS OpenData products within the WME environment".
Extensie Screenshots
Download het CRX-bestand van de extensie WME OpenData
Download WME OpenData-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
Officiële URL | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
Beschrijving | Provides access to certain OS OpenData products within the WME environment |
Bestandsgrootte | 30.66 KB |
Aantal Installaties | 235 |
Huidige Versie | 2.41 |
Laatst Bijgewerkt | 2018-12-28 |
Publicatiedatum | 2018-12-28 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | chriscoulson0511 |
Betalingswijze | free |
Help Pagina-URL | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
Ondersteunde Talen | 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" ] } |