Timus Charts

Adds charts to Timus Online Judge profiles

What is Timus Charts?

Timus Charts is a Chrome extension developed by Alexander Borzunov, and its main feature is "Adds charts to Timus Online Judge profiles".

Extension Screenshots

screenshot
screenshot
screenshot

Download Timus Charts Extension CRX File

Download Timus Charts 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

                        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.                    

Extension Basic Information

Name Timus Charts Timus Charts
ID jholigcfjhipjahcjoccgkfjikkcekki
Official URL https://chromewebstore.google.com/detail/timus-charts/jholigcfjhipjahcjoccgkfjikkcekki
Description Adds charts to Timus Online Judge profiles
File Size 95.02 KB
Installation Count 262
Current Version 1.6
Last Updated 2019-01-05
Publish Date 2019-01-04
Rating 4.50/5 Total 8 Ratings
Developer Alexander Borzunov
Payment Type free
Extension Website https://github.com/borzunov/timus-charts
Help Page URL https://github.com/borzunov/timus-charts/issues
Supported Languages 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"
        }
    ]
}