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.
Vad är Google Maps select and search?
Google Maps select and search är en Chrome-tillägg utvecklad av laurentt96, och dess huvudfunktion är "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Tilläggsskärmbilder
Ladda ner Google Maps select and search-förlängningens CRX-fil
Ladda ner Google Maps select and search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iobjmgojenedagiebkecldbpgimlchje |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
| Beskrivning | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
| Filstorlek | 603 KB |
| Antal Installationer | 32,900 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2023-08-31 |
| Publiceringsdatum | 2019-11-03 |
| Betyg | 4.03/5 Totalt 67 Betyg |
| Utvecklare | laurentt96 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |