Coder's Calendar
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Qu'est-ce que Coder's Calendar ?
Coder's Calendar est une extension Chrome développée par nishanth_v, et sa fonction principale est "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coder's Calendar
Téléchargez les fichiers d'extension Coder's Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Coder's Calendar |
ID | bageaffklfkikjigoclfgengklfnidll |
URL Officiel | https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll |
Description | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Taille du Fichier | 633 KB |
Nombre d'Installations | 7,349 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2019-04-06 |
Date de Publication | 2019-04-06 |
Évaluation | 4.72/5 Total 396 Évaluations |
Développeur | nishanth_v |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://nishanthvijayan.github.io/CoderCalendar/ |
URL de la Page d'Aide | https://github.com/nishanthvijayan/codercalendar/ |
Langues Prises en Charge | 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'" } |