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