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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |