Coding Schedule

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

Cos'è Coding Schedule?

Coding Schedule è un'estensione di Chrome sviluppata da https://codingschedule.gitlab.io, e la sua funzione principale è "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Coding Schedule

Scarica i file di estensione Coding Schedule in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Coding Schedule Coding Schedule
ID jbekfkgidfgnjgnnaiklfjhepdbhclme
URL Ufficiale https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme
Descrizione The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Dimensione del File 297 KB
Conteggio Installazioni 620
Versione Corrente 3.0
Ultimo Aggiornamento 2019-09-28
Data di Pubblicazione 2019-09-28
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://codingschedule.gitlab.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://codingschedule.gitlab.io/
URL della Pagina di Aiuto https://codingschedule.gitlab.io/
Lingue Supportate 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
}