Navigation from

Open maps quickly, without typing source and destination

Was ist Navigation from?

Navigation from ist eine Chrome-Erweiterung, die von http://mem-tree.appspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Open maps quickly, without typing source and destination".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Navigation from-Erweiterungs-CRX-Datei herunterladen

Laden Sie Navigation from-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
Offizielle URL https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
Beschreibung Open maps quickly, without typing source and destination
Dateigröße 12.02 KB
Installationsanzahl 93
Aktuelle Version 1.0.8
Letztes Update 2015-08-06
Veröffentlichungsdatum 2015-08-06
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://mem-tree.appspot.com
Zahlungsart free
Erweiterungswebsite http://mem-tree.appspot.com
Unterstützte Sprachen 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
}