CodeForces Calendar™
This extension will help you to remain updated with the latest CodeForces contests.
Τι είναι το CodeForces Calendar™;
Το CodeForces Calendar™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mail.souravchk, και η κύρια λειτουργία του είναι "This extension will help you to remain updated with the latest CodeForces contests.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CodeForces Calendar™
Λήψη αρχείων επέκτασης 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'"
} | |