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.
Apa itu WME Geometries?
WME Geometries adalah ekstensi Chrome yang dikembangkan oleh Timbones, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi WME Geometries
Unduh file ekstensi WME Geometries dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mionbipikpceobilcmdlohhlencmhiea |
URL Resmi | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
Deskripsi | 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. |
Ukuran File | 6.37 KB |
Jumlah Instalasi | 909 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2018-05-06 |
Tanggal Publikasi | 2018-05-06 |
Penilaian | 4.50/5 Total 10 Penilaian |
Pengembang | Timbones |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |