Coder's Calendar

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

What is Coder's Calendar?

Coder's Calendar is a Chrome extension developed by nishanth_v, and its main feature is "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Coder's Calendar Extension CRX File

Download Coder's Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
Official URL https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Description Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
File Size 633 KB
Installation Count 7,349
Current Version 1.5.1
Last Updated 2019-04-06
Publish Date 2019-04-06
Rating 4.72/5 Total 396 Ratings
Developer nishanth_v
Email [email protected]
Payment Type free
Extension Website http://nishanthvijayan.github.io/CoderCalendar/
Help Page URL https://github.com/nishanthvijayan/codercalendar/
Supported Languages 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'"
}