Get Directions

Get directions by right-clicking highlighted text.

Co to jest Get Directions?

Get Directions to rozszerzenie Chrome opracowane przez sterfry1988, a jego główną funkcją jest „Get directions by right-clicking highlighted text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Get Directions

Pobierz pliki rozszerzeń Get Directions 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Oficjalny URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Opis Get directions by right-clicking highlighted text.
Rozmiar pliku 37.05 KB
Liczba instalacji 311
Aktualna Wersja 2
Ostatnia Aktualizacja 2014-05-13
Data Publikacji 2014-05-12
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper sterfry1988
Typ Płatności free
Obsługiwane Języki 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"
}