CP Calendar

Chrome extension for checking Competitive programming contests schedule organized by various platforms.

什么是CP Calendar?

CP Calendar是由vasu.kesharwani24开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for checking Competitive programming contests schedule organized by various platforms.”。

扩展截图

screenshot
screenshot
screenshot

下载CP Calendar扩展crx文件

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

扩展使用说明

                        Get every contest schedule details at one place
Shows schedule for today's and upcoming contests
Simple dropdown menu for filtering by platforms
Supports nearly every contest platform
Minimal Dark UI
Blazing fast!

Updates-
Fixed minor bugs.                    

扩展基本信息

名称 CP Calendar CP Calendar
ID gnnibhojjocbjpkhhlphelmiiffodajj
官方URL https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj
简介 Chrome extension for checking Competitive programming contests schedule organized by various platforms.
文件大小 1.57 MB
安装次数 932
当前版本 3.0.0
更新时间 2022-12-19
上架时间 2021-06-06
评分 3.88/5 共8次评分
开发者 vasu.kesharwani24
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Calendar",
    "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.",
    "manifest_version": 3,
    "version": "3.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/clist.by\/api\/v2\/contest"
    ]
}