Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Qu'est-ce que Coding Schedule ?
Coding Schedule est une extension Chrome développée par https://codingschedule.gitlab.io, et sa fonction principale est "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coding Schedule
Téléchargez les fichiers d'extension Coding Schedule 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
The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!! Happy Coding!
Informations de Base sur l'Extension
Nom | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
URL Officiel | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
Description | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
Taille du Fichier | 297 KB |
Nombre d'Installations | 620 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2019-09-28 |
Date de Publication | 2019-09-28 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://codingschedule.gitlab.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://codingschedule.gitlab.io/ |
URL de la Page d'Aide | https://codingschedule.gitlab.io/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Schedule", "version": "3.0", "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.", "homepage_url": "https:\/\/codingschedule.gitlab.io", "permissions": [ "storage", "http:\/\/codescrape.azurewebsites.net\/getData" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" } }, "icons": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" }, "manifest_version": 2 } |