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 |
| 官方網址 | 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"
}
} | |