O'Splits
View orienteering results as you never did before!
O'Splits란 무엇입니까?
O'Splits은(는) Jan Vorwerk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View orienteering results as you never did before!"입니다.
확장 프로그램 스크린샷
O'Splits 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the early stage of an orienteering results viewer. In just one click you will beautify the results of your latest orienteering race and show graphs to analyze your mistakes. Works with results generated by both OE2003 and Geco (> v2.2) Privacy: Just as your browser, O'Splits needs to read the web sites you browse to in order to detect orienteering results and adapt the display if you choose to. However, the read information are never shared with anyone and does not even leave your computer.
확장 프로그램 기본 정보
이름 | |
ID | kfnlllbjdagblbcdnmghcljobdlaoaii |
공식 URL | https://chrome.google.com/webstore/detail/osplits/kfnlllbjdagblbcdnmghcljobdlaoaii |
설명 | View orienteering results as you never did before! |
파일 크기 | 50.38 KB |
설치 횟수 | 139 |
현재 버전 | 0.20 |
최근 업데이트 | 2014-12-11 |
출시 날짜 | 2014-12-11 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Jan Vorwerk |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://plus.google.com/u/0/105295665204231529031 |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionFullName__", "short_name": "__MSG_extensionFullName__", "version": "0.20", "description": "__MSG_extensionDesc__", "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" }, "background": { "scripts": [ "\/js\/background.js" ] }, "page_action": { "default_icon": "\/icon\/icon48.png", "default_title": "__MSG_extensionFullName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/detector.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |