CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Co to jest CodingBuddy?
CodingBuddy to rozszerzenie Chrome opracowane przez Himanshu Agrawal, a jego główną funkcją jest „Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CodingBuddy
Pobierz pliki rozszerzeń CodingBuddy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | akfkjnollddcnljnlbcjjlnhdleghgam |
| Oficjalny URL | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
| Opis | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
| Rozmiar pliku | 328 KB |
| Liczba instalacji | 7,631 |
| Aktualna Wersja | 1.2.0 |
| Ostatnia Aktualizacja | 2021-07-27 |
| Data Publikacji | 2021-07-02 |
| Ocena | 4.83/5 Łącznie 89 Oceny |
| Deweloper | Himanshu Agrawal |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
| Obsługiwane Języki | 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"
}
} | |