CodeForces Calendar™
This extension will help you to remain updated with the latest CodeForces contests.
什么是CodeForces Calendar™?
CodeForces Calendar™是由mail.souravchk开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to remain updated with the latest CodeForces contests.”。
扩展截图
下载CodeForces Calendar™扩展crx文件
下载CodeForces Calendar™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]. 扩展基本信息
| 名称 | |
| ID | ehmnahdmmiibcbebjafdgjlomhnommpo |
| 官方URL | https://chromewebstore.google.com/detail/codeforces-calendar/ehmnahdmmiibcbebjafdgjlomhnommpo |
| 简介 | This extension will help you to remain updated with the latest CodeForces contests. |
| 文件大小 | 28.06 KB |
| 安装次数 | 1,608 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-12-09 |
| 上架时间 | 2014-12-09 |
| 评分 | 4.56/5 共9次评分 |
| 开发者 | mail.souravchk |
| 付费类型 | free |
| 支持的语言 | 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'"
} | |