Get Directions
Get directions by right-clicking highlighted text.
什么是Get Directions?
Get Directions是由sterfry1988开发的Chrome扩展程序,该扩展的主要功能是“Get directions by right-clicking highlighted text.”。
扩展截图
下载Get Directions扩展crx文件
下载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 |
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" } |