Contest Calendar

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

Contest Calendar क्या है?

Contest Calendar vinayaks0031ext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contest Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    }
}