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
Eメール [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"
    ]
}