CP Calendar

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

CP Calendar क्या है?

CP Calendar vasu.kesharwani24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for checking Competitive programming contests schedule organized by various platforms."।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CP Calendar CP Calendar
ID gnnibhojjocbjpkhhlphelmiiffodajj
आधिकारिक URL https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj
विवरण Chrome extension for checking Competitive programming contests schedule organized by various platforms.
फ़ाइल का आकार 1.57 MB
स्थापना संख्या 932
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-12-19
प्रकाशन तिथि 2021-06-06
रेटिंग 3.88/5 कुल 8 रेटिंग्स
डेवलपर vasu.kesharwani24
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}