CP Calendar
Chrome extension for checking Competitive programming contests schedule organized by various platforms.
CP Calendarคืออะไร?
CP Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vasu.kesharwani24 และคุณลักษณะหลักของมันคือ "Chrome extension for checking Competitive programming contests schedule organized by various platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CP Calendar
ดาวน์โหลดไฟล์ส่วนขยาย CP Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get every contest schedule details at one place Shows schedule for today's and upcoming contests Simple dropdown menu for filtering by platforms Supports nearly every contest platform Minimal Dark UI Blazing fast! Updates- Fixed minor bugs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CP Calendar |
ID | gnnibhojjocbjpkhhlphelmiiffodajj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj |
คำอธิบาย | Chrome extension for checking Competitive programming contests schedule organized by various platforms. |
ขนาดไฟล์ | 1.57 MB |
จำนวนการติดตั้ง | 932 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-12-19 |
วันที่เผยแพร่ | 2021-06-06 |
คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | vasu.kesharwani24 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP Calendar", "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.", "manifest_version": 3, "version": "3.0.0", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "host_permissions": [ "https:\/\/clist.by\/api\/v2\/contest" ] } |