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
官方網址 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"
    }
}