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!”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 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:\/\/*\/"
    ]
}