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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |