Quick Map Search

Right click some selected text and use that for a secure search using Google Maps.

Cos'è Quick Map Search?

Quick Map Search è un'estensione di Chrome sviluppata da maar-ten, e la sua funzione principale è "Right click some selected text and use that for a secure search using Google Maps.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick Map Search

Scarica i file di estensione Quick Map 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

                        Right click some highlighted text and use that for a search using Google Maps.

After installing this extension there'll be a new entry in your context menu (right-click menu) when some selected (highlighted) text was right-clicked. Selecting this menu option will start a Google Maps search.                    

Informazioni di Base sull'Estensione

Nome Quick Map Search Quick Map Search
ID ifgfomjbhfndhoeefobmiaclhnhiknbl
URL Ufficiale https://chromewebstore.google.com/detail/quick-map-search/ifgfomjbhfndhoeefobmiaclhnhiknbl
Descrizione Right click some selected text and use that for a secure search using Google Maps.
Dimensione del File 10.37 KB
Conteggio Installazioni 290
Versione Corrente 3.0
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2019-04-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore maar-ten
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/maar-ten/Quick-Map-Search#readme
URL della Pagina di Aiuto https://github.com/maar-ten/Quick-Map-Search/issues
Lingue Supportate en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}