Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
Direction Search Tab란 무엇입니까?
Direction Search Tab은(는) https://safedrivingdirections.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get directions from one address to another for free. Search local or long distance directions."입니다.
확장 프로그램 스크린샷
Direction Search Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find Your Way SafeDrivingDirections.com helps you find the safest driving directions. We make it really easy, just enter your starting address and where you want to go, we will then provide you step by step directions using the quickest route to wherever you want to go. We think the safest way to drive is to plan ahead. Find the best route from the safety of your home or office, then jump in your car and focus on the road ahead
확장 프로그램 기본 정보
이름 | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
공식 URL | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
설명 | Get directions from one address to another for free. Search local or long distance directions. |
파일 크기 | 69.94 KB |
설치 횟수 | 313 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-11-14 |
출시 날짜 | 2017-11-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://safedrivingdirections.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://pacificavenuemedia.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direction Search Tab", "description": "Get directions from one address to another for free. Search local or long distance directions.", "version": "1.0", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "Direction Search Tab" }, "web_accessible_resources": [ "images\/*", "search.html" ], "chrome_url_overrides": { "newtab": "search.html" }, "chrome_settings_overrides": { "homepage": "http:\/\/search.safedrivingdirections.com", "startup_pages": [ "http:\/\/search.safedrivingdirections.com" ] } } |