CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Was ist CodingBuddy?
CodingBuddy ist eine Chrome-Erweiterung, die von Himanshu Agrawal entwickelt wurde, und ihr Hauptmerkmal ist "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Erweiterungsscreenshots
CodingBuddy-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodingBuddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | CodingBuddy |
ID | akfkjnollddcnljnlbcjjlnhdleghgam |
Offizielle URL | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
Beschreibung | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Dateigröße | 328 KB |
Installationsanzahl | 7,631 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2021-07-27 |
Veröffentlichungsdatum | 2021-07-02 |
Bewertung | 4.83/5 Insgesamt 89 Bewertungen |
Entwickler | Himanshu Agrawal |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
Unterstützte Sprachen | 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" } } |