WME OpenData
Provides access to certain OS OpenData products within the WME environment
WME OpenDataとは何ですか?
WME OpenDataはchriscoulson0511によって開発されたChromeの拡張機能で、その主な機能は「Provides access to certain OS OpenData products within the WME environment」です。
拡張機能のスクリーンショット
WME OpenData拡張機能のCRXファイルをダウンロード
WME OpenData拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
公式URL | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
説明 | Provides access to certain OS OpenData products within the WME environment |
ファイルサイズ | 30.66 KB |
インストール数 | 235 |
現在のバージョン | 2.41 |
最終更新日 | 2018-12-28 |
公開日 | 2018-12-28 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | chriscoulson0511 |
支払い方法 | free |
ヘルプページのURL | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
対応言語 | 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" ] } |