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 |
官方網址 | 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" ] } |