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.

Cos'è Google Maps select and search?

Google Maps select and search è un'estensione di Chrome sviluppata da laurentt96, e la sua funzione principale è "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Maps select and search

Scarica i file di estensione Google Maps select and search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
URL Ufficiale https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Descrizione Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Dimensione del File 603 KB
Conteggio Installazioni 32,900
Versione Corrente 2.0
Ultimo Aggiornamento 2023-08-31
Data di Pubblicazione 2019-11-03
Valutazione 4.03/5 Totale 67 Valutazioni
Sviluppatore laurentt96
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}