CodeForces Calendar™
This extension will help you to remain updated with the latest CodeForces contests.
CodeForces Calendar™ là gì?
CodeForces Calendar™ là một tiện ích mở rộng Chrome được phát triển bởi mail.souravchk, và tính năng chính của nó là "This extension will help you to remain updated with the latest CodeForces 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 CodeForces Calendar™
Tải xuống các tệp mở rộng CodeForces 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
This extension is free and fetches the recent upcoming contests on CodeForces site(http://www.codeforces.com). It also provides the time remaining for each of the mentioned contests. It acts as a one-click utility for the users who are active on Codeforces. It may also serve as a contest reminder. Users are also redirected to the Contests page if they click on the links provided. If it violates any copyright(s) or you have any feedback/suggestions, send a mail to the following:- [email protected] or [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CodeForces Calendar™ |
ID | ehmnahdmmiibcbebjafdgjlomhnommpo |
URL Chính Thức | https://chromewebstore.google.com/detail/codeforces-calendar/ehmnahdmmiibcbebjafdgjlomhnommpo |
Mô tả | This extension will help you to remain updated with the latest CodeForces contests. |
Kích Thước Tệp | 28.06 KB |
Số Lần Cài Đặt | 1,608 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-09 |
Ngày Phát Hành | 2014-12-09 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | mail.souravchk |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeForces Calendar\u2122", "description": "This extension will help you to remain updated with the latest CodeForces contests.", "version": "1.0", "icons": { "16": "Icons\/icon.png", "48": "Icons\/icon.png", "128": "Icons\/icon.png" }, "browser_action": { "default_icon": "Icons\/icon.png", "default_popup": "BrowserAction\/popup.html" }, "web_accessible_resources": [ "BrowserAction\/js\/popup.js", "BrowserAction\/css\/style.css" ], "permissions": [ "tabs", "http:\/\/www.codeforces.com\/api\/contest.list?jsonp=parseResponse", "http:\/\/www.codeforces.com\/contests", "http:\/\/www.codeforces.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/codeforces.com\/api\/contest.list?jsonp=parseResponse; object-src 'none'" } |