Contest Calendar

Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.

什么是Contest Calendar?

Contest Calendar是由vinayaks0031ext开发的Chrome扩展程序,该扩展的主要功能是“Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Contest Calendar扩展crx文件

下载Contest Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode. The application provides you an overview of all the upcoming contests, which helps competitive programmers to plan their schedule for the upcoming contests in a month.

----------

IMPORTANT:
-Click on the extension icon to get all the Contests along with their portal links.
-For more info click on "CpCalendar" to see the full calendar. You'll get all things there like add to calendar option and many more.


With this extension, you can:
-Contest's data gets updated after every hour. Kindly refresh page for having the changes.
-Supports all the major competitive programming platforms like Leetcode, Codechef and Codeforces. (still working on adding more platforms)
-Direct links to the contest page.
-Add to Calendar so it'll give a reminder before the contest.                    

扩展基本信息

名称 Contest Calendar Contest Calendar
ID haebcdjghingkcllppmokcikpjjagdii
官方URL https://chromewebstore.google.com/detail/contest-calendar/haebcdjghingkcllppmokcikpjjagdii
简介 Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.
文件大小 117 KB
安装次数 268
当前版本 0.2.1
更新时间 2022-02-07
上架时间 2022-01-21
评分 5.00/5 共8次评分
开发者 vinayaks0031ext
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cpcalendar.netlify.app/
帮助页面URL https://vinayaksharma.vercel.app/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contest Calendar",
    "version": "0.2.1",
    "manifest_version": 3,
    "description": "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.",
    "icons": {
        "16": ".\/images\/timetable-1.png",
        "48": ".\/images\/timetable-2.png",
        "128": ".\/images\/timetable-3.png",
        "256": ".\/images\/timetable-4.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": ".\/images\/timetable-1.png",
            "48": ".\/images\/timetable-2.png",
            "128": ".\/images\/timetable-3.png",
            "256": ".\/images\/timetable-4.png"
        },
        "default_title": "cp-calendar"
    }
}