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