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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nalym และคุณลักษณะหลักของมันคือ "Waze Map Editor script that creates a link to the current position in Google Maps™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waze - Google Maps™ link
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Waze - Google Maps™ link |
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" } } |