Get Directions

Get directions by right-clicking highlighted text.

Cos'è Get Directions?

Get Directions è un'estensione di Chrome sviluppata da sterfry1988, e la sua funzione principale è "Get directions by right-clicking highlighted text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Get Directions

Scarica i file di estensione Get Directions 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

                        Version 2.0
Updates: New icons, you can now get directions to the "Home" and "Work" values set in My places. You can add another custom address in the options of the extension.

Direction extension that will allow you to highlight addresses and subjects and bring up a context menu item directly linking to the Google Maps direction list

For tested behavior please enter your starting location in the options page of the extension                    

Informazioni di Base sull'Estensione

Nome Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL Ufficiale https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Descrizione Get directions by right-clicking highlighted text.
Dimensione del File 37.05 KB
Conteggio Installazioni 311
Versione Corrente 2
Ultimo Aggiornamento 2014-05-13
Data di Pubblicazione 2014-05-12
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore sterfry1988
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Directions",
    "description": "Get directions by right-clicking highlighted text.",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "options_page": "options.html"
}