O'Splits

View orienteering results as you never did before!

O'Splits là gì?

O'Splits là một tiện ích mở rộng Chrome được phát triển bởi Jan Vorwerk, và tính năng chính của nó là "View orienteering results as you never did before!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng O'Splits

Tải xuống các tệp mở rộng O'Splits dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên O'Splits O'Splits
ID kfnlllbjdagblbcdnmghcljobdlaoaii
URL Chính Thức https://chrome.google.com/webstore/detail/osplits/kfnlllbjdagblbcdnmghcljobdlaoaii
Mô tả View orienteering results as you never did before!
Kích Thước Tệp 50.38 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.20
Cập Nhật Lần Cuối 2014-12-11
Ngày Phát Hành 2014-12-11
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Jan Vorwerk
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/u/0/105295665204231529031
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}