GeoKrety Toolbox
Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.
GeoKrety Toolbox란 무엇입니까?
GeoKrety Toolbox은(는) simor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches."입니다.
확장 프로그램 스크린샷
GeoKrety Toolbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This script was written to build a bridge between the most popular geocaching site and a relatively new site that offers a free tracking service - geokrety.org. It has two functions. Once you enter a particular cache page on geocaching.com it will automatically check if there are any geokrets (items tracked on geokrety.org) inside that cache and show the result in the inventory section on the right hand side of the screen (below the existing list of Travelbugs and Geocoins). If you have an account on geokrety.org you can also easily drop geokrets into GC caches because the waypoint code and coordinates are automatically copied over onto the logging form on geokrety.org. 1.0.4 8 Feb 2016 Site layout update Tested on Google Chrome v48
확장 프로그램 기본 정보
이름 | GeoKrety Toolbox |
ID | ldbheajkebdflbjdckojokbfdndkahnl |
공식 URL | https://chromewebstore.google.com/detail/geokrety-toolbox/ldbheajkebdflbjdckojokbfdndkahnl |
설명 | Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches. |
파일 크기 | 40.54 KB |
설치 횟수 | 604 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2016-02-13 |
출시 날짜 | 2016-02-12 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | simor |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "script.js" ], "matches": [ "http:\/\/www.geocaching.com\/geocache\/GC*", "https:\/\/www.geocaching.com\/geocache\/GC*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "name": "GeoKrety Toolbox", "permissions": [ "http:\/\/geokrety.org\/*", "http:\/\/www.geokrety.org\/*", "https:\/\/geokrety.org\/*", "https:\/\/www.geokrety.org\/*" ], "version": "1.0.5", "manifest_version": 2 } |