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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}