Coder's Calendar

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

Apa itu Coder's Calendar?

Coder's Calendar adalah ekstensi Chrome yang dikembangkan oleh nishanth_v, dan fitur utamanya adalah "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Coder's Calendar

Unduh file ekstensi Coder's Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
URL Resmi https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Deskripsi Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Ukuran File 633 KB
Jumlah Instalasi 7,349
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2019-04-06
Tanggal Publikasi 2019-04-06
Penilaian 4.72/5 Total 396 Penilaian
Pengembang nishanth_v
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://nishanthvijayan.github.io/CoderCalendar/
URL Halaman Bantuan https://github.com/nishanthvijayan/codercalendar/
Bahasa yang Didukung 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'"
}