Google Maps select and search
Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Apa itu Google Maps select and search?
Google Maps select and search adalah ekstensi Chrome yang dikembangkan oleh laurentt96, dan fitur utamanya adalah "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Maps select and search
Unduh file ekstensi Google Maps select and search 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
This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. No need to copy/paste and waste time.
Informasi Dasar Ekstensi
Nama | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
URL Resmi | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
Deskripsi | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
Ukuran File | 603 KB |
Jumlah Instalasi | 32,900 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-08-31 |
Tanggal Publikasi | 2019-11-03 |
Penilaian | 4.03/5 Total 67 Penilaian |
Pengembang | laurentt96 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Maps select and search", "version": "2.0", "manifest_version": 3, "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.", "permissions": [ "contextMenus" ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "script.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |