Show Geocache On Google Maps
Quickly see a geocache's location on a Google map.
Show Geocache On Google Maps란 무엇입니까?
Show Geocache On Google Maps은(는) Team SW&L에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly see a geocache's location on a Google map."입니다.
확장 프로그램 스크린샷
Show Geocache On Google Maps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on our icon when looking at a geocache page and its location will be shown using a Google map in a new tab. Makes it easy to use features such as street view, measure distances and more!
확장 프로그램 기본 정보
이름 | Show Geocache On Google Maps |
ID | inafncgdbdkabeoameibhblnnenpihhn |
공식 URL | https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn |
설명 | Quickly see a geocache's location on a Google map. |
파일 크기 | 65.13 KB |
설치 횟수 | 400 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2020-01-09 |
출시 날짜 | 2020-01-09 |
개발자 | Team SW&L |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Geocache On Google Maps", "short_name": "Cache Mapper", "version": "1.3.2", "description": "Quickly see a geocache's location on a Google map.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.geocaching.com\/*" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/www.geocaching.com\/*" ] } |