Coder's Calendar

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

什麼是Coder's Calendar?

Coder's Calendar是由nishanth_v開發的Chrome擴展程式,該擴展的主要功能是“Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.”。

擴展截圖

screenshot
screenshot
screenshot

下載Coder's Calendar擴展crx文件

下載Coder's Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
官方網址 https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
簡介 Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
檔案大小 633 KB
安裝次數 7,349
目前版本 1.5.1
更新時間 2019-04-06
上架時間 2019-04-06
評分 4.72/5 共 396 次評分
開發者 nishanth_v
電子郵箱 [email protected]
付費類型 free
擴展官網 http://nishanthvijayan.github.io/CoderCalendar/
說明頁面URL https://github.com/nishanthvijayan/codercalendar/
支援的語言 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'"
}