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 |
官方網址 | 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" } |