CP Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
CP Calendarคืออะไร?
CP Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arjun J และคุณลักษณะหลักของมันคือ "An extension that keeps users updated about Coding or Competitive Programming contests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CP Calendar
ดาวน์โหลดไฟล์ส่วนขยาย CP Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never miss a coding contest again! CP Calendar helps you get the schedule of all Competitive Programming contests, hosted by various well-known platforms, listed in a single place. Shows a list of live and upcoming coding contests hosted by various popular competitive programming websites. Platforms supported: - Atcoder - CodeChef - Codeforces - GeeksForGeeks - Google - HackerEarth - Leetcode - TopCoder Found any bugs or have any suggestions to make CP Calendar better, if not the best? Log them here : https://github.com/karanarjunjr/cp-calendar/issues Cheers!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CP Calendar |
ID | nahdeimiheknmpknkenfkmhonnlboeim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim |
คำอธิบาย | An extension that keeps users updated about Coding or Competitive Programming contests. |
ขนาดไฟล์ | 893 KB |
จำนวนการติดตั้ง | 4,257 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2023-06-14 |
วันที่เผยแพร่ | 2021-10-29 |
คะแนน | 4.97/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Arjun J |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP Calendar", "description": "An extension that keeps users updated about Coding or Competitive Programming contests.", "version": "0.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "logo\/128.png" }, "icons": { "128": "logo\/128.png", "48": "logo\/48.png", "16": "logo\/16.png" } } |