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.

Wat is Google Maps select and search?

Google Maps select and search is een Chrome-extensie ontwikkeld door laurentt96, en de belangrijkste functie is "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Maps select and search

Download Google Maps select and search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
Officiële URL https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Beschrijving Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Bestandsgrootte 603 KB
Aantal Installaties 32,900
Huidige Versie 2.0
Laatst Bijgewerkt 2023-08-31
Publicatiedatum 2019-11-03
Beoordeling 4.03/5 Totaal 67 Beoordelingen
Ontwikkelaar laurentt96
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}