KONTESTS
Competitive Programming Contests Schedule
什么是KONTESTS?
KONTESTS是由https://kontests.net开发的Chrome扩展程序,该扩展的主要功能是“Competitive Programming Contests Schedule”。
扩展截图
下载KONTESTS扩展crx文件
下载KONTESTS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A popup extension to give easy access to online judges contests schedule.
Our vision for KONTESTS is to provide an easy & fast tool for programmers to access online contests information; therefore a one click popup browser extension accessing online judges contests schedule is a must.
The extension was developed during the 12-hours Local Hack Day (https://localhackday.mlh.io) 2018 hackathon.
Supported sites:
- Codeforces
- Codeforces::Gym
- TopCoder
- AtCoder
- CS Academy
- CodeChef
- HackerRank
- HackerEarth
- Kick Start
- LeetCode
- A2OJ
Credit goes to kontests.net for providing the contests data through their APIs. 扩展基本信息
| 名称 | |
| ID | agpdemlkalmmeenclchlajdcmbcacoea |
| 官方URL | https://chromewebstore.google.com/detail/kontests/agpdemlkalmmeenclchlajdcmbcacoea |
| 简介 | Competitive Programming Contests Schedule |
| 文件大小 | 506 KB |
| 安装次数 | 1,393 |
| 当前版本 | 3.1 |
| 更新时间 | 2019-09-12 |
| 上架时间 | 2019-09-12 |
| 评分 | 4.44/5 共9次评分 |
| 开发者 | https://kontests.net |
| 付费类型 | free |
| 扩展官网 | https://kontests.net |
| 帮助页面URL | https://kontests.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Ali Osm",
"description": "Competitive Programming Contests Schedule",
"homepage_url": "https:\/\/kontests.net",
"incognito": "spanning",
"permissions": [
"https:\/\/www.kontests.net\/api\/*"
],
"manifest_version": 2,
"name": "KONTESTS",
"version": "3.1",
"browser_action": {
"default_icon": "icons\/logo.png",
"default_title": "KONTESTS",
"default_popup": "kontests.html"
}
} | |