CodeForces Calendar™

This extension will help you to remain updated with the latest CodeForces contests.

Was ist CodeForces Calendar™?

CodeForces Calendar™ ist eine Chrome-Erweiterung, die von mail.souravchk entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you to remain updated with the latest CodeForces contests.".

Erweiterungsscreenshots

screenshot

CodeForces Calendar™-Erweiterungs-CRX-Datei herunterladen

Laden Sie CodeForces Calendar™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CodeForces Calendar™ CodeForces Calendar™
ID ehmnahdmmiibcbebjafdgjlomhnommpo
Offizielle URL https://chromewebstore.google.com/detail/codeforces-calendar/ehmnahdmmiibcbebjafdgjlomhnommpo
Beschreibung This extension will help you to remain updated with the latest CodeForces contests.
Dateigröße 28.06 KB
Installationsanzahl 1,608
Aktuelle Version 1.0
Letztes Update 2014-12-09
Veröffentlichungsdatum 2014-12-09
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler mail.souravchk
Zahlungsart free
Unterstützte Sprachen 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'"
}