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.
WME Geometriesとは何ですか?
WME GeometriesはTimbonesによって開発されたChromeの拡張機能で、その主な機能は「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.」です。
拡張機能のスクリーンショット
WME Geometries拡張機能のCRXファイルをダウンロード
WME Geometries拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mionbipikpceobilcmdlohhlencmhiea |
公式URL | https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea |
説明 | 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. |
ファイルサイズ | 6.37 KB |
インストール数 | 909 |
現在のバージョン | 1.4 |
最終更新日 | 2018-05-06 |
公開日 | 2018-05-06 |
評価 | 4.50/5 合計 10 レビュー |
開発者 | Timbones |
支払い方法 | free |
対応言語 | 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" ] } |