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.

Co je Google Maps select and search?

Google Maps select and search je rozšíření Chrome vyvinuté laurentt96, a jeho hlavní funkcí je „Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Maps select and search

Stáhněte si soubory rozšíření Google Maps select and search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
Oficiální URL https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Popis Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Velikost souboru 603 KB
Počet instalací 32,900
Aktuální Verze 2.0
Poslední Aktualizace 2023-08-31
Datum Vydání 2019-11-03
Hodnocení 4.03/5 Celkem 67 Hodnocení
Vývojář laurentt96
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}