Timus Charts
Adds charts to Timus Online Judge profiles
什么是Timus Charts?
Timus Charts是由Alexander Borzunov开发的Chrome扩展程序,该扩展的主要功能是“Adds charts to Timus Online Judge profiles”。
扩展截图
下载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 |
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" } ] } |