O'Splits

View orienteering results as you never did before!

What is O'Splits?

O'Splits is a Chrome extension developed by Jan Vorwerk, and its main feature is "View orienteering results as you never did before!".

Extension Screenshots

screenshot
screenshot
screenshot

Download O'Splits Extension CRX File

Download O'Splits extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name O'Splits O'Splits
ID kfnlllbjdagblbcdnmghcljobdlaoaii
Official URL https://chrome.google.com/webstore/detail/osplits/kfnlllbjdagblbcdnmghcljobdlaoaii
Description View orienteering results as you never did before!
File Size 50.38 KB
Installation Count 139
Current Version 0.20
Last Updated 2014-12-11
Publish Date 2014-12-11
Rating 4.83/5 Total 6 Ratings
Developer Jan Vorwerk
Payment Type free
Extension Website https://plus.google.com/u/0/105295665204231529031
Supported Languages 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:\/\/*\/"
    ]
}