Contest Calendar

Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.

Contest Calendarคืออะไร?

Contest Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinayaks0031ext และคุณลักษณะหลักของมันคือ "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contest Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Contest Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode. The application provides you an overview of all the upcoming contests, which helps competitive programmers to plan their schedule for the upcoming contests in a month.

----------

IMPORTANT:
-Click on the extension icon to get all the Contests along with their portal links.
-For more info click on "CpCalendar" to see the full calendar. You'll get all things there like add to calendar option and many more.


With this extension, you can:
-Contest's data gets updated after every hour. Kindly refresh page for having the changes.
-Supports all the major competitive programming platforms like Leetcode, Codechef and Codeforces. (still working on adding more platforms)
-Direct links to the contest page.
-Add to Calendar so it'll give a reminder before the contest.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Contest Calendar Contest Calendar
ID haebcdjghingkcllppmokcikpjjagdii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contest-calendar/haebcdjghingkcllppmokcikpjjagdii
คำอธิบาย Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 268
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-02-07
วันที่เผยแพร่ 2022-01-21
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา vinayaks0031ext
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cpcalendar.netlify.app/
URL หน้าช่วยเหลือ https://vinayaksharma.vercel.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contest Calendar",
    "version": "0.2.1",
    "manifest_version": 3,
    "description": "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.",
    "icons": {
        "16": ".\/images\/timetable-1.png",
        "48": ".\/images\/timetable-2.png",
        "128": ".\/images\/timetable-3.png",
        "256": ".\/images\/timetable-4.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": ".\/images\/timetable-1.png",
            "48": ".\/images\/timetable-2.png",
            "128": ".\/images\/timetable-3.png",
            "256": ".\/images\/timetable-4.png"
        },
        "default_title": "cp-calendar"
    }
}