Competitive's Calender

Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!

What is Competitive's Calender?

Competitive's Calender is a Chrome extension developed by BrijMohan, and its main feature is "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!".

Extension Screenshots

screenshot
screenshot

Download Competitive's Calender Extension CRX File

Download Competitive's Calender 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

                        Now , you can track your favourite contests from your favourite platforms , with just one extension.                    

Extension Basic Information

Name Competitive's Calender Competitive's Calender
ID gdpdlpooiknamibdbdehipmifhemcngp
Official URL https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp
Description Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
File Size 776 KB
Installation Count 109
Current Version 0.0.0.1
Last Updated 2021-08-02
Publish Date 2021-07-31
Rating 5.00/5 Total 8 Ratings
Developer BrijMohan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Competitive's Calender",
    "description": "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Calender"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/kontests.net\/api\/v1\/all"
    ]
}