Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
Codeforces Regular Contest Remainder là gì?
Codeforces Regular Contest Remainder là một tiện ích mở rộng Chrome được phát triển bởi Shibin George, và tính năng chính của nó là "This extension reminds you about upcoming Codeforces contests".
Tải xuống tệp CRX của tiện ích mở rộng Codeforces Regular Contest Remainder
Tải xuống các tệp mở rộng Codeforces Regular Contest Remainder 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
Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
URL Chính Thức | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
Mô tả | This extension reminds you about upcoming Codeforces contests |
Kích Thước Tệp | 26.02 KB |
Số Lần Cài Đặt | 288 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-16 |
Ngày Phát Hành | 2016-11-16 |
Nhà Phát Triển | Shibin George |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codeforces Regular Contest Remainder", "description": "This extension reminds you about upcoming Codeforces contests", "version": "1.0", "browser_action": { "default_icon": "codeforces.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/codeforces.com\/*\/" ] } |