Navigation from

Open maps quickly, without typing source and destination

¿Qué es Navigation from?

Navigation from es una extensión de Chrome desarrollada por http://mem-tree.appspot.com, y su función principal es "Open maps quickly, without typing source and destination".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Navigation from

Descarga archivos de extensión Navigation from en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
URL Oficial https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
Descripción Open maps quickly, without typing source and destination
Tamaño del Archivo 12.02 KB
Cantidad de Instalaciones 93
Versión Actual 1.0.8
Última Actualización 2015-08-06
Fecha de Publicación 2015-08-06
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador http://mem-tree.appspot.com
Tipo de Pago free
Sitio Web de la Extensión http://mem-tree.appspot.com
Idiomas Soportados 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
}