Coder's Calendar

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

Was ist Coder's Calendar?

Coder's Calendar ist eine Chrome-Erweiterung, die von nishanth_v entwickelt wurde, und ihr Hauptmerkmal ist "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Coder's Calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coder's Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
Offizielle URL https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Beschreibung Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Dateigröße 633 KB
Installationsanzahl 7,349
Aktuelle Version 1.5.1
Letztes Update 2019-04-06
Veröffentlichungsdatum 2019-04-06
Bewertung 4.72/5 Insgesamt 396 Bewertungen
Entwickler nishanth_v
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://nishanthvijayan.github.io/CoderCalendar/
Hilfeseite URL https://github.com/nishanthvijayan/codercalendar/
Unterstützte Sprachen 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'"
}