Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
什么是Codeforces Regular Contest Remainder?
Codeforces Regular Contest Remainder是由Shibin George开发的Chrome扩展程序,该扩展的主要功能是“This extension reminds you about upcoming Codeforces contests”。
下载Codeforces Regular Contest Remainder扩展crx文件
下载Codeforces Regular Contest Remainder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
官方URL | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
简介 | This extension reminds you about upcoming Codeforces contests |
文件大小 | 26.02 KB |
安装次数 | 288 |
当前版本 | 1.0 |
更新时间 | 2016-11-16 |
上架时间 | 2016-11-16 |
开发者 | Shibin George |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*\/" ] } |