CP Calendar

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

What is CP Calendar?

CP Calendar is a Chrome extension developed by Arjun J, and its main feature is "An extension that keeps users updated about Coding or Competitive Programming contests.".

Extension Screenshots

screenshot
screenshot

Download CP Calendar Extension CRX File

Download CP Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CP Calendar CP Calendar
ID nahdeimiheknmpknkenfkmhonnlboeim
Official URL https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim
Description An extension that keeps users updated about Coding or Competitive Programming contests.
File Size 893 KB
Installation Count 4,257
Current Version 0.0.5
Last Updated 2023-06-14
Publish Date 2021-10-29
Rating 4.97/5 Total 29 Ratings
Developer Arjun J
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}