Navigation from
Open maps quickly, without typing source and destination
什么是Navigation from?
Navigation from是由http://mem-tree.appspot.com开发的Chrome扩展程序,该扩展的主要功能是“Open maps quickly, without typing source and destination”。
扩展截图
下载Navigation from扩展crx文件
下载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 } |