Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
什么是Waze - Google Maps™ link?
Waze - Google Maps™ link是由nalym开发的Chrome扩展程序,该扩展的主要功能是“Waze Map Editor script that creates a link to the current position in Google Maps™.”。
扩展截图
下载Waze - Google Maps™ link扩展crx文件
下载Waze - Google Maps™ link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink. 扩展基本信息
| 名称 | |
| ID | jblojdkgpamepmiammlgkkhknojnlmai |
| 官方URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
| 简介 | Waze Map Editor script that creates a link to the current position in Google Maps™. |
| 文件大小 | 13.71 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2015-04-22 |
| 上架时间 | 2015-04-22 |
| 评分 | 4.22/5 共476次评分 |
| 开发者 | nalym |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waze - Google Maps\u2122 link",
"version": "1.2.2",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.waze.com\/*editor\/*",
"https:\/\/*.waze.com\/map-editor\/*",
"https:\/\/*.waze.com\/beta_editor\/*",
"https:\/\/*.waze.co.il\/*editor\/*",
"https:\/\/*.waze.co.il\/beta_editor\/*"
],
"js": [
"gmaps_permalink.js"
]
}
],
"description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.",
"icons": {
"128": "icon_128.png"
}
} | |