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.」です。

拡張機能のスクリーンショット

screenshot

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].                    

拡張機能の基本情報

名前 CodeForces Calendar™ 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'"
}