Coder's Calendar

Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.

Cos'è Coder's Calendar?

Coder's Calendar è un'estensione di Chrome sviluppata da nishanth_v, e la sua funzione principale è "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Coder's Calendar

Scarica i file di estensione Coder's Calendar 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

                        Never miss a coding contest ever again!
Shows a list of live & upcoming coding Contests happening on various popular competitive programming websites with the feature to add these events to your Google Calendar.

We currently support Codechef, HackerEarth, Hackerrank, Topcoder, Codeforces, CSAcademy, AtCoder, LeetCode, Kaggle, etc.

Found any bugs? Have any suggestions to make this extension better? Know any other interesting and cool coding sites ?
Log them here : https://github.com/nishanthvijayan/CoderCalendar-Extensions/issues

Happy Coding!                    

Informazioni di Base sull'Estensione

Nome Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
URL Ufficiale https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Descrizione Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Dimensione del File 633 KB
Conteggio Installazioni 7,349
Versione Corrente 1.5.1
Ultimo Aggiornamento 2019-04-06
Data di Pubblicazione 2019-04-06
Valutazione 4.72/5 Totale 396 Valutazioni
Sviluppatore nishanth_v
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://nishanthvijayan.github.io/CoderCalendar/
URL della Pagina di Aiuto https://github.com/nishanthvijayan/codercalendar/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder's Calendar",
    "short_name": "Coder's Calendar",
    "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.",
    "version": "1.5.1",
    "permissions": [
        "http:\/\/contesttrackerapi.herokuapp.com\/",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/icon32.png",
        "32": "img\/icon32.png",
        "48": "img\/icon32.png",
        "128": "img\/icon32.png"
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/event_listeners.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}