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
官方URL 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'"
}