CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Qu'est-ce que CodingBuddy ?
CodingBuddy est une extension Chrome développée par Himanshu Agrawal, 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 CodingBuddy
Téléchargez les fichiers d'extension CodingBuddy 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
Main Features :- - Visit a Coding Contest in one click, by clicking on the contest name. - Add a contest to Google Calendar and use its features. - Select specific websites for updates. - Get access to all popular programming platforms , social platform and blogs in just one click. Sites we support? - Codechef - Codeforces - LeetCode - Hacker Earth - Hacker Rank - AtCoder and many more... Coding-Buddy doesn’t take any personal information from the user. Please Rate and Review , if you find it useful :)
Informations de Base sur l'Extension
Nom | CodingBuddy |
ID | akfkjnollddcnljnlbcjjlnhdleghgam |
URL Officiel | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
Description | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Taille du Fichier | 328 KB |
Nombre d'Installations | 7,631 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-07-27 |
Date de Publication | 2021-07-02 |
Évaluation | 4.83/5 Total 89 Évaluations |
Développeur | Himanshu Agrawal |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodingBuddy", "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.", "version": "1.2.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/img\/ed2.png", "32": ".\/img\/ed2.png", "48": ".\/img\/ed2.png", "128": ".\/img\/ed2.png" }, "default_title": "CodingBuddy Calender" }, "icons": { "16": ".\/img\/ed2.png", "32": ".\/img\/ed2.png", "48": ".\/img\/ed2.png", "128": ".\/img\/ed2.png" } } |