WME OpenData
Provides access to certain OS OpenData products within the WME environment
Was ist WME OpenData?
WME OpenData ist eine Chrome-Erweiterung, die von chriscoulson0511 entwickelt wurde, und ihr Hauptmerkmal ist "Provides access to certain OS OpenData products within the WME environment".
Erweiterungsscreenshots
WME OpenData-Erweiterungs-CRX-Datei herunterladen
Laden Sie WME OpenData-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
Offizielle URL | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
Beschreibung | Provides access to certain OS OpenData products within the WME environment |
Dateigröße | 30.66 KB |
Installationsanzahl | 235 |
Aktuelle Version | 2.41 |
Letztes Update | 2018-12-28 |
Veröffentlichungsdatum | 2018-12-28 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | chriscoulson0511 |
Zahlungsart | free |
Hilfeseite URL | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
Unterstützte Sprachen | 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" ] } |