WME Geometries
This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.
Cos'è WME Geometries?
WME Geometries è un'estensione di Chrome sviluppata da Timbones, e la sua funzione principale è "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WME Geometries
Scarica i file di estensione WME Geometries in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This script can load a geometry file and overlay it in the Waze Map Editor. Simply go to the Areas tab on the left, and scroll down to the new controls that have been added. The data format is detected automatically using the file extension, and the following formats are supported: GeoJSON, GML, WKT, KML and GPX. If you need help getting your geometry files to load, please contact the author.
Informazioni di Base sull'Estensione
Nome | |
ID | mionbipikpceobilcmdlohhlencmhiea |
URL Ufficiale | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
Descrizione | This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab. |
Dimensione del File | 6.37 KB |
Conteggio Installazioni | 909 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2018-05-06 |
Data di Pubblicazione | 2018-05-06 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | Timbones |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WME Geometries", "short_name": "WME Geometries", "version": "1.4", "description": "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.", "content_scripts": [ { "matches": [ "https:\/\/www.waze.com\/editor\/*", "https:\/\/www.waze.com\/*\/editor\/*", "https:\/\/beta.waze.com\/*" ], "run_at": "document_idle", "js": [ "bootstrap.user.js" ] } ], "icons": [], "web_accessible_resources": [ "wme-geometries.user.js", "OpenLayers.js" ] } |