Navigation from
Open maps quickly, without typing source and destination
Что такое Navigation from?
Navigation from - это расширение Chrome, разработанное http://mem-tree.appspot.com, и его основная функция - "Open maps quickly, without typing source and destination".
Снимки экрана расширения
Скачать файл CRX расширения Navigation from
Скачайте файлы расширений Navigation from в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
Официальный URL | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Описание | Open maps quickly, without typing source and destination |
Размер файла | 12.02 KB |
Количество установок | 93 |
Текущая Версия | 1.0.8 |
Последнее Обновление | 2015-08-06 |
Дата публикации | 2015-08-06 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | http://mem-tree.appspot.com |
Тип оплаты | free |
Официальный сайт расширения | http://mem-tree.appspot.com |
Поддерживаемые языки | 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 } |