KONTESTS
Competitive Programming Contests Schedule
KONTESTSคืออะไร?
KONTESTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kontests.net และคุณลักษณะหลักของมันคือ "Competitive Programming Contests Schedule"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KONTESTS
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |