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.
¿Qué es WME Geometries?
WME Geometries es una extensión de Chrome desarrollada por Timbones, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WME Geometries
Descarga archivos de extensión WME Geometries en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | mionbipikpceobilcmdlohhlencmhiea |
URL Oficial | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
Descripción | 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. |
Tamaño del Archivo | 6.37 KB |
Cantidad de Instalaciones | 909 |
Versión Actual | 1.4 |
Última Actualización | 2018-05-06 |
Fecha de Publicación | 2018-05-06 |
Calificación | 4.50/5 Total de 10 Calificaciones |
Desarrollador | Timbones |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |