Navigation from
Open maps quickly, without typing source and destination
What is Navigation from?
Navigation from is a Chrome extension developed by http://mem-tree.appspot.com, and its main feature is "Open maps quickly, without typing source and destination".
Extension Screenshots
Download Navigation from Extension CRX File
Download Navigation from extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
Official URL | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Description | Open maps quickly, without typing source and destination |
File Size | 12.02 KB |
Installation Count | 93 |
Current Version | 1.0.8 |
Last Updated | 2015-08-06 |
Publish Date | 2015-08-06 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://mem-tree.appspot.com |
Payment Type | free |
Extension Website | http://mem-tree.appspot.com |
Supported Languages | 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 } |