Competitive Coding Calendar

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

What is Competitive Coding Calendar?

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

Extension Screenshots

screenshot
screenshot

Download Competitive Coding Calendar Extension CRX File

Download Competitive Coding 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

                        A Simplified and Exclusive Chrome Extension for All your Competitive Programming Contest List at a Single Place. Just Choose a Platform for which you want to get Today and Upcoming Contest List. You can Click on a particular contest and it will redirect you to the Main Contest Page.

If you like my Work Please Give Star and Review to this Extension.

Thank You                    

Extension Basic Information

Name Competitive Coding Calendar Competitive Coding Calendar
ID fhglbklldnbkhmhghpmgpnadfkjljnfj
Official URL https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj
Description An extension that keeps users updated about Coding or Competitive Programming contests.
File Size 1.31 MB
Installation Count 310
Current Version 4.0.1
Last Updated 2021-12-20
Publish Date 2021-11-24
Rating 4.56/5 Total 9 Ratings
Developer prakashaaditya18
Email [email protected]
Payment Type free
Extension Website https://github.com/Aaditya188
Help Page URL https://aadityaprakash.netlify.app/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Competitive Coding Calendar",
    "description": "An extension that keeps users updated about Coding or Competitive Programming contests.",
    "version": "4.0.1",
    "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"
    }
}