Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Waze - Google Maps™ link là gì?
Waze - Google Maps™ link là một tiện ích mở rộng Chrome được phát triển bởi nalym, và tính năng chính của nó là "Waze Map Editor script that creates a link to the current position in Google Maps™.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Waze - Google Maps™ link
Tải xuống các tệp mở rộng Waze - Google Maps™ link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
URL Chính Thức | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
Mô tả | Waze Map Editor script that creates a link to the current position in Google Maps™. |
Kích Thước Tệp | 13.71 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2015-04-22 |
Ngày Phát Hành | 2015-04-22 |
Đánh Giá | 4.22/5 Tổng số 476 Đánh Giá |
Nhà Phát Triển | nalym |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |