CP Calendar

An extension that keeps users updated about Coding or Competitive Programming contests.

CP Calendar क्या है?

CP Calendar Arjun J द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that keeps users updated about Coding or Competitive Programming contests."।

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

screenshot
screenshot

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

crx प्रारूप में CP Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}