MapsEasy
You can now enjoy one-click access to Maps, Directions and Traffic Conditions - all in one toolbar!
MapsEasy란 무엇입니까?
MapsEasy은(는) https://www.mapseasy.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can now enjoy one-click access to Maps, Directions and Traffic Conditions - all in one toolbar!"입니다.
확장 프로그램 스크린샷
MapsEasy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily search maps and satellite images. Instantly get text and map driving directions. Check on the traffic and plan the fastes route. Get local weather automatically and weather by location This extension will provide you with shortcuts and tools to websites. The search on the new tab is handled by Bing.
확장 프로그램 기본 정보
이름 | MapsEasy |
ID | dhbfhdlbkkndcdocnoejneopgjkkodnf |
공식 URL | https://chromewebstore.google.com/detail/mapseasy/dhbfhdlbkkndcdocnoejneopgjkkodnf |
설명 | You can now enjoy one-click access to Maps, Directions and Traffic Conditions - all in one toolbar! |
파일 크기 | 451 KB |
설치 횟수 | 262 |
현재 버전 | 7.131.4 |
최근 업데이트 | 2021-06-13 |
출시 날짜 | 2017-01-03 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://www.mapseasy.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.mapseasy.net |
개인정보 보호 정책 페이지 URL | https://www.safesearch.net/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "newtab.html" }, "description": " You can now enjoy one-click access to Maps, Directions and Traffic Conditions - all in one toolbar! ", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.cloudflare.com https:\/\/*.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'", "name": "MapsEasy", "permissions": [ "storage", "https:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.131.4" } |