CP Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
CP Calendar là gì?
CP Calendar là một tiện ích mở rộng Chrome được phát triển bởi Arjun J, và tính năng chính của nó là "An extension that keeps users updated about Coding or Competitive Programming contests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CP Calendar
Tải xuống các tệp mở rộng CP Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CP Calendar |
ID | nahdeimiheknmpknkenfkmhonnlboeim |
URL Chính Thức | https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim |
Mô tả | An extension that keeps users updated about Coding or Competitive Programming contests. |
Kích Thước Tệp | 893 KB |
Số Lần Cài Đặt | 4,257 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2023-06-14 |
Ngày Phát Hành | 2021-10-29 |
Đánh Giá | 4.97/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Arjun J |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |