Navigation from

Open maps quickly, without typing source and destination

Cos'è Navigation from?

Navigation from è un'estensione di Chrome sviluppata da http://mem-tree.appspot.com, e la sua funzione principale è "Open maps quickly, without typing source and destination".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Navigation from

Scarica i file di estensione Navigation from 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

                        Reduce the effort of going to maps and typing source and destination addresses.

1) Define shortcuts like home/work on options page of the extension for source address. (Tools -> Extensions)

2) Later on, simply select text and right click to find distance from home/work to the selected text.                    

Informazioni di Base sull'Estensione

Nome Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
URL Ufficiale https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
Descrizione Open maps quickly, without typing source and destination
Dimensione del File 12.02 KB
Conteggio Installazioni 93
Versione Corrente 1.0.8
Ultimo Aggiornamento 2015-08-06
Data di Pubblicazione 2015-08-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://mem-tree.appspot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://mem-tree.appspot.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Navigation from",
    "description": "Open maps quickly, without typing source and destination",
    "version": "1.0.8",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}