Coder's Calendar
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Τι είναι το Coder's Calendar;
Το Coder's Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nishanth_v, και η κύρια λειτουργία του είναι "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coder's Calendar
Λήψη αρχείων επέκτασης Coder's Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Never miss a coding contest ever again! Shows a list of live & upcoming coding Contests happening on various popular competitive programming websites with the feature to add these events to your Google Calendar. We currently support Codechef, HackerEarth, Hackerrank, Topcoder, Codeforces, CSAcademy, AtCoder, LeetCode, Kaggle, etc. Found any bugs? Have any suggestions to make this extension better? Know any other interesting and cool coding sites ? Log them here : https://github.com/nishanthvijayan/CoderCalendar-Extensions/issues Happy Coding!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Coder's Calendar |
ID | bageaffklfkikjigoclfgengklfnidll |
Επίσημο URL | https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll |
Περιγραφή | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Μέγεθος Αρχείου | 633 KB |
Αριθμός Εγκαταστάσεων | 7,349 |
Τρέχουσα Έκδοση | 1.5.1 |
Τελευταία Ενημέρωση | 2019-04-06 |
Ημερομηνία Δημοσίευσης | 2019-04-06 |
Αξιολόγηση | 4.72/5 Συνολικά 396 Αξιολογήσεις |
Προγραμματιστής | nishanth_v |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://nishanthvijayan.github.io/CoderCalendar/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/nishanthvijayan/codercalendar/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder's Calendar", "short_name": "Coder's Calendar", "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.", "version": "1.5.1", "permissions": [ "http:\/\/contesttrackerapi.herokuapp.com\/", "notifications", "storage" ], "icons": { "16": "img\/icon32.png", "32": "img\/icon32.png", "48": "img\/icon32.png", "128": "img\/icon32.png" }, "browser_action": { "default_icon": "img\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/event_listeners.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |