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