CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Vad är CodingBuddy?
CodingBuddy är en Chrome-tillägg utvecklad av Himanshu Agrawal, och dess huvudfunktion är "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Tilläggsskärmbilder
Ladda ner CodingBuddy-förlängningens CRX-fil
Ladda ner CodingBuddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :) Grundläggande Information om Tillägg
| Namn | |
| ID | akfkjnollddcnljnlbcjjlnhdleghgam |
| Officiell webbadress | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
| Beskrivning | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
| Filstorlek | 328 KB |
| Antal Installationer | 7,631 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2021-07-27 |
| Publiceringsdatum | 2021-07-02 |
| Betyg | 4.83/5 Totalt 89 Betyg |
| Utvecklare | Himanshu Agrawal |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
| Stödda Språk | 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"
}
} | |