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.

Qu'est-ce que Google Maps select and search ?

Google Maps select and search est une extension Chrome développée par laurentt96, et sa fonction principale est "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Maps select and search

Téléchargez les fichiers d'extension Google Maps select and search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
URL Officiel https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Description Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Taille du Fichier 603 KB
Nombre d'Installations 32,900
Version Actuelle 2.0
Dernière Mise à Jour 2023-08-31
Date de Publication 2019-11-03
Évaluation 4.03/5 Total 67 Évaluations
Développeur laurentt96
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}