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"
}
} | |