Contest Calendar
Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.
Contest Calendar là gì?
Contest Calendar là một tiện ích mở rộng Chrome được phát triển bởi vinayaks0031ext, và tính năng chính của nó là "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.".
Ả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 Contest Calendar
Tải xuống các tệp mở rộng Contest 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Contest Calendar |
ID | haebcdjghingkcllppmokcikpjjagdii |
URL Chính Thức | https://chromewebstore.google.com/detail/contest-calendar/haebcdjghingkcllppmokcikpjjagdii |
Mô tả | Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc. |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 268 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2022-02-07 |
Ngày Phát Hành | 2022-01-21 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | vinayaks0031ext |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cpcalendar.netlify.app/ |
URL Trang Trợ Giúp | https://vinayaksharma.vercel.app/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |