CP Contest Calendar

This Chrome extension displays information about upcoming CP contests.

CP Contest Calendar क्या है?

CP Contest Calendar Grantam Tam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension displays information about upcoming CP contests."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension is appreciable for programmers who do Competitive Programming. This extension can help in finding upcoming CP contests on different platforms.

Features:
⚙️ This extension shows contest details of upcoming contests on eight supported different platforms.
⚙️ This extension allows users to choose any platform out of these eight to show upcoming contest details.
⚙️ Users can set alarming notifications for their contests. After setting up a contest alarm user will be redirected to the contest page just before 1 minute the contest starts. (only if the browser is open).
⚙️ A user-friendly and esthetic interface.

Shortcut Key:
☑️ On window & Linux Press "Ctrl+Shift+1".
☑️ On Mac Press "Command+Shift+1".
🔘 Press «Esc» to cancel the tool on the page.

Install this extension on your computer and leave reviews so that we know what we're creating is impactful stuff for others.
Please leave feedback so that we can correct any flaws and make our extension even more user-friendly😃.

Note:
The contest details are not made or manipulated by this extension side. The information displayed in this extension is derived from the CLIST API.
For additional information about this API, please see: https://clist.by/api/v2/doc                    

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

नाम CP Contest Calendar CP Contest Calendar
ID nchadgecfkcdikollfdhgobmjoeaiegd
आधिकारिक URL https://chromewebstore.google.com/detail/cp-contest-calendar/nchadgecfkcdikollfdhgobmjoeaiegd
विवरण This Chrome extension displays information about upcoming CP contests.
फ़ाइल का आकार 468 KB
स्थापना संख्या 100,000
वर्तमान संस्करण 1.0.2.4
अंतिम अपडेट 2023-06-07
प्रकाशन तिथि 2022-06-01
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Grantam Tam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webchrometools.netlify.app/#/cpcontestcalendar
सहायता पृष्ठ URL https://webchrometools.netlify.app/#/review/cpcontestcalendar
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Contest Calendar",
    "description": "This Chrome extension displays information about upcoming CP contests.",
    "version": "1.0.2.4",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "alarms",
        "notifications",
        "cookies",
        "storage"
    ],
    "icons": {
        "128": "logo\/128.png",
        "96": "logo\/96.png",
        "48": "logo\/48.png",
        "16": "logo\/16.png"
    },
    "homepage_url": "https:\/\/webchrometools.netlify.app\/#\/cpcontestcalendar",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo1.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    }
}