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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | CodeForces Calendar™ |
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'" } |