Navigation from

Open maps quickly, without typing source and destination

Co to jest Navigation from?

Navigation from to rozszerzenie Chrome opracowane przez http://mem-tree.appspot.com, a jego główną funkcją jest „Open maps quickly, without typing source and destination”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Navigation from

Pobierz pliki rozszerzeń Navigation from w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
Oficjalny URL https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
Opis Open maps quickly, without typing source and destination
Rozmiar pliku 12.02 KB
Liczba instalacji 93
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2015-08-06
Data Publikacji 2015-08-06
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://mem-tree.appspot.com
Typ Płatności free
Strona Rozszerzenia http://mem-tree.appspot.com
Obsługiwane Języki 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
}