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.
Hvad er Google Maps select and search?
Google Maps select and search er en Chrome-udvidelse udviklet af laurentt96, og dens hovedfunktion er "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Udvidelsesskærmbilleder
Download Google Maps select and search-udvidelses-CRX-fil
Download Google Maps select and search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
Officiel URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
Beskrivelse | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
Filstørrelse | 603 KB |
Antal Installationer | 32,900 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-08-31 |
Udgivelsesdato | 2019-11-03 |
Bedømmelse | 4.03/5 Samlet 67 Bedømmelser |
Udvikler | laurentt96 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |