CP Calendar

Chrome extension for checking Competitive programming contests schedule organized by various platforms.

What is CP Calendar?

CP Calendar is a Chrome extension developed by vasu.kesharwani24, and its main feature is "Chrome extension for checking Competitive programming contests schedule organized by various platforms.".

Extension Screenshots

screenshot
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

                        Get every contest schedule details at one place
Shows schedule for today's and upcoming contests
Simple dropdown menu for filtering by platforms
Supports nearly every contest platform
Minimal Dark UI
Blazing fast!

Updates-
Fixed minor bugs.                    

Extension Basic Information

Name CP Calendar CP Calendar
ID gnnibhojjocbjpkhhlphelmiiffodajj
Official URL https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj
Description Chrome extension for checking Competitive programming contests schedule organized by various platforms.
File Size 1.57 MB
Installation Count 932
Current Version 3.0.0
Last Updated 2022-12-19
Publish Date 2021-06-06
Rating 3.88/5 Total 8 Ratings
Developer vasu.kesharwani24
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Calendar",
    "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.",
    "manifest_version": 3,
    "version": "3.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/clist.by\/api\/v2\/contest"
    ]
}