Get Directions

Get directions by right-clicking highlighted text.

¿Qué es Get Directions?

Get Directions es una extensión de Chrome desarrollada por sterfry1988, y su función principal es "Get directions by right-clicking highlighted text.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Get Directions

Descarga archivos de extensión Get Directions 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

                        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                    

Información Básica de la Extensión

Nombre Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL Oficial https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Descripción Get directions by right-clicking highlighted text.
Tamaño del Archivo 37.05 KB
Cantidad de Instalaciones 311
Versión Actual 2
Última Actualización 2014-05-13
Fecha de Publicación 2014-05-12
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador sterfry1988
Tipo de Pago free
Idiomas Soportados 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"
}