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.
Was ist Google Maps select and search?
Google Maps select and search ist eine Chrome-Erweiterung, die von laurentt96 entwickelt wurde, und ihr Hauptmerkmal ist "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Erweiterungsscreenshots
Google Maps select and search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Maps select and search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iobjmgojenedagiebkecldbpgimlchje |
| Offizielle URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
| Beschreibung | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
| Dateigröße | 603 KB |
| Installationsanzahl | 32,900 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2023-08-31 |
| Veröffentlichungsdatum | 2019-11-03 |
| Bewertung | 4.03/5 Insgesamt 67 Bewertungen |
| Entwickler | laurentt96 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |