Timus Charts
Adds charts to Timus Online Judge profiles
Was ist Timus Charts?
Timus Charts ist eine Chrome-Erweiterung, die von Alexander Borzunov entwickelt wurde, und ihr Hauptmerkmal ist "Adds charts to Timus Online Judge profiles".
Erweiterungsscreenshots
Timus Charts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timus Charts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | jholigcfjhipjahcjoccgkfjikkcekki | 
| Offizielle URL | https://chromewebstore.google.com/detail/timus-charts/jholigcfjhipjahcjoccgkfjikkcekki | 
| Beschreibung | Adds charts to Timus Online Judge profiles | 
| Dateigröße | 95.02 KB | 
| Installationsanzahl | 262 | 
| Aktuelle Version | 1.6 | 
| Letztes Update | 2019-01-05 | 
| Veröffentlichungsdatum | 2019-01-04 | 
| Bewertung | 4.50/5 Insgesamt 8 Bewertungen | 
| Entwickler | Alexander Borzunov | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/borzunov/timus-charts | 
| Hilfeseite URL | https://github.com/borzunov/timus-charts/issues | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |