Timus Charts

Adds charts to Timus Online Judge profiles

Timus Chartsとは何ですか?

Timus ChartsはAlexander Borzunovによって開発されたChromeの拡張機能で、その主な機能は「Adds charts to Timus Online Judge profiles」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Timus Charts拡張機能のCRXファイルをダウンロード

Timus Charts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension adds a chart of count of solved problems to Timus Online Judge's profiles and comparator.

Features:

* A chart of count of solved problems in profiles and during comparison

* Adding more users to the chart, removing them, customizing legend colors

* Caching profile data

* Hiding the chart

* (optional) Highlighting problems accepted in recent two months

The extension is available for Chrome, Firefox (with Greasemonkey) and Opera.                    

拡張機能の基本情報

名前 Timus Charts Timus Charts
ID jholigcfjhipjahcjoccgkfjikkcekki
公式URL https://chromewebstore.google.com/detail/timus-charts/jholigcfjhipjahcjoccgkfjikkcekki
説明 Adds charts to Timus Online Judge profiles
ファイルサイズ 95.02 KB
インストール数 262
現在のバージョン 1.6
最終更新日 2019-01-05
公開日 2019-01-04
評価 4.50/5 合計 8 レビュー
開発者 Alexander Borzunov
支払い方法 free
拡張機能のウェブサイト https://github.com/borzunov/timus-charts
ヘルプページのURL https://github.com/borzunov/timus-charts/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timus Charts",
    "description": "Adds charts to Timus Online Judge profiles",
    "author": "Alexander Borzunov",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/acm.timus.ru\/author.aspx*",
        "http:\/\/acm-judge.urfu.ru\/author.aspx*",
        "http:\/\/timus.online\/author.aspx*",
        "https:\/\/acm.timus.ru\/author.aspx*",
        "https:\/\/acm-judge.urfu.ru\/author.aspx*",
        "https:\/\/timus.online\/author.aspx*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.jqplot.min.js",
                "jqplot.dateAxisRenderer.min.js",
                "timus.user.js"
            ],
            "matches": [
                "http:\/\/acm.timus.ru\/author.aspx*",
                "http:\/\/acm-judge.urfu.ru\/author.aspx*",
                "http:\/\/timus.online\/author.aspx*",
                "https:\/\/acm.timus.ru\/author.aspx*",
                "https:\/\/acm-judge.urfu.ru\/author.aspx*",
                "https:\/\/timus.online\/author.aspx*"
            ],
            "run_at": "document_start"
        }
    ]
}