Coding Schedule

The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.

What is Coding Schedule?

Coding Schedule is a Chrome extension developed by https://codingschedule.gitlab.io, and its main feature is "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Coding Schedule Extension CRX File

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

                        The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!!

Happy Coding!                    

Extension Basic Information

Name Coding Schedule Coding Schedule
ID jbekfkgidfgnjgnnaiklfjhepdbhclme
Official URL https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme
Description The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
File Size 297 KB
Installation Count 620
Current Version 3.0
Last Updated 2019-09-28
Publish Date 2019-09-28
Rating 5.00/5 Total 8 Ratings
Developer https://codingschedule.gitlab.io
Email [email protected]
Payment Type free
Extension Website https://codingschedule.gitlab.io/
Help Page URL https://codingschedule.gitlab.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coding Schedule",
    "version": "3.0",
    "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.",
    "homepage_url": "https:\/\/codingschedule.gitlab.io",
    "permissions": [
        "storage",
        "http:\/\/codescrape.azurewebsites.net\/getData"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/csicon16.png",
            "32": "images\/csicon32.png",
            "48": "images\/csicon48.png",
            "128": "images\/csicon128.png"
        }
    },
    "icons": {
        "16": "images\/csicon16.png",
        "32": "images\/csicon32.png",
        "48": "images\/csicon48.png",
        "128": "images\/csicon128.png"
    },
    "manifest_version": 2
}