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. 扩展基本信息
| 名称 | |
| 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"
]
} | |