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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |