O'Splits
View orienteering results as you never did before!
O'Splitsคืออะไร?
O'Splits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Vorwerk และคุณลักษณะหลักของมันคือ "View orienteering results as you never did before!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย O'Splits
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/" ] } |