O'Splits

View orienteering results as you never did before!

O'Splits क्या है?

O'Splits Jan Vorwerk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View orienteering results as you never did before!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में O'Splits एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम O'Splits O'Splits
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:\/\/*\/"
    ]
}