Competitive Coding Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Competitive Coding Calendar là gì?
Competitive Coding Calendar là một tiện ích mở rộng Chrome được phát triển bởi prakashaaditya18, 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 Competitive Coding Calendar
Tải xuống các tệp mở rộng Competitive Coding 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
A Simplified and Exclusive Chrome Extension for All your Competitive Programming Contest List at a Single Place. Just Choose a Platform for which you want to get Today and Upcoming Contest List. You can Click on a particular contest and it will redirect you to the Main Contest Page. If you like my Work Please Give Star and Review to this Extension. Thank You
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Competitive Coding Calendar |
ID | fhglbklldnbkhmhghpmgpnadfkjljnfj |
URL Chính Thức | https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj |
Mô tả | An extension that keeps users updated about Coding or Competitive Programming contests. |
Kích Thước Tệp | 1.31 MB |
Số Lần Cài Đặt | 310 |
Phiên Bản Hiện Tại | 4.0.1 |
Cập Nhật Lần Cuối | 2021-12-20 |
Ngày Phát Hành | 2021-11-24 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | prakashaaditya18 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Aaditya188 |
URL Trang Trợ Giúp | https://aadityaprakash.netlify.app/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Competitive Coding Calendar", "description": "An extension that keeps users updated about Coding or Competitive Programming contests.", "version": "4.0.1", "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" } } |