Coder's Calendar

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

Wat is Coder's Calendar?

Coder's Calendar is een Chrome-extensie ontwikkeld door nishanth_v, en de belangrijkste functie is "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coder's Calendar

Download Coder's Calendar-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

                        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!                    

Basisinformatie over de Extensie

Naam Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
Officiële URL https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Beschrijving Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Bestandsgrootte 633 KB
Aantal Installaties 7,349
Huidige Versie 1.5.1
Laatst Bijgewerkt 2019-04-06
Publicatiedatum 2019-04-06
Beoordeling 4.72/5 Totaal 396 Beoordelingen
Ontwikkelaar nishanth_v
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://nishanthvijayan.github.io/CoderCalendar/
Help Pagina-URL https://github.com/nishanthvijayan/codercalendar/
Ondersteunde Talen 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'"
}