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ファイルをダウンロード
O'Splits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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:\/\/*\/" ] } |