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