Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Apa itu Waze - Google Maps™ link?
Waze - Google Maps™ link adalah ekstensi Chrome yang dikembangkan oleh nalym, dan fitur utamanya adalah "Waze Map Editor script that creates a link to the current position in Google Maps™.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Waze - Google Maps™ link
Unduh file ekstensi Waze - Google Maps™ link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
Informasi Dasar Ekstensi
Nama | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
URL Resmi | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
Deskripsi | Waze Map Editor script that creates a link to the current position in Google Maps™. |
Ukuran File | 13.71 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2015-04-22 |
Tanggal Publikasi | 2015-04-22 |
Penilaian | 4.22/5 Total 476 Penilaian |
Pengembang | nalym |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |