Coding Schedule

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

Wat is Coding Schedule?

Coding Schedule is een Chrome-extensie ontwikkeld door https://codingschedule.gitlab.io, en de belangrijkste functie is "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coding Schedule

Download Coding Schedule-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Coding Schedule Coding Schedule
ID jbekfkgidfgnjgnnaiklfjhepdbhclme
Officiële URL https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme
Beschrijving The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Bestandsgrootte 297 KB
Aantal Installaties 620
Huidige Versie 3.0
Laatst Bijgewerkt 2019-09-28
Publicatiedatum 2019-09-28
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://codingschedule.gitlab.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://codingschedule.gitlab.io/
Help Pagina-URL https://codingschedule.gitlab.io/
Ondersteunde Talen 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
}