CP Calendar

An extension that keeps users updated about Coding or Competitive Programming contests.

什么是CP Calendar?

CP Calendar是由Arjun J开发的Chrome扩展程序,该扩展的主要功能是“An extension that keeps users updated about Coding or Competitive Programming contests.”。

扩展截图

screenshot
screenshot

下载CP Calendar扩展crx文件

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

扩展使用说明

                        Never miss a coding contest again! CP Calendar helps you get the schedule of all Competitive Programming contests, hosted by various well-known platforms, listed in a single place.

Shows a list of live and upcoming coding contests hosted by various popular competitive programming websites.

Platforms supported: 
- Atcoder
- CodeChef
- Codeforces
- GeeksForGeeks
- Google
- HackerEarth
- Leetcode
- TopCoder

Found any bugs or have any suggestions to make CP Calendar better, if not the best? 

Log them here : https://github.com/karanarjunjr/cp-calendar/issues

Cheers!                    

扩展基本信息

名称 CP Calendar CP Calendar
ID nahdeimiheknmpknkenfkmhonnlboeim
官方URL https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim
简介 An extension that keeps users updated about Coding or Competitive Programming contests.
文件大小 893 KB
安装次数 4,257
当前版本 0.0.5
更新时间 2023-06-14
上架时间 2021-10-29
评分 4.97/5 共29次评分
开发者 Arjun J
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Calendar",
    "description": "An extension that keeps users updated about Coding or Competitive Programming contests.",
    "version": "0.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "logo\/128.png"
    },
    "icons": {
        "128": "logo\/128.png",
        "48": "logo\/48.png",
        "16": "logo\/16.png"
    }
}