Get Directions

Get directions by right-clicking highlighted text.

Что такое Get Directions?

Get Directions - это расширение Chrome, разработанное sterfry1988, и его основная функция - "Get directions by right-clicking highlighted text.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Get Directions

Скачайте файлы расширений Get Directions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Официальный URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Описание Get directions by right-clicking highlighted text.
Размер файла 37.05 KB
Количество установок 311
Текущая Версия 2
Последнее Обновление 2014-05-13
Дата публикации 2014-05-12
Рейтинг 4.88/5 Всего 8 оценок
Разработчик sterfry1988
Тип оплаты free
Поддерживаемые языки 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"
}