CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Что такое CodingBuddy?
CodingBuddy - это расширение Chrome, разработанное Himanshu Agrawal, и его основная функция - "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Снимки экрана расширения
Скачать файл CRX расширения CodingBuddy
Скачайте файлы расширений CodingBuddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 :)
Основная информация о расширении
Название | CodingBuddy |
ID | akfkjnollddcnljnlbcjjlnhdleghgam |
Официальный URL | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
Описание | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Размер файла | 328 KB |
Количество установок | 7,631 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2021-07-27 |
Дата публикации | 2021-07-02 |
Рейтинг | 4.83/5 Всего 89 оценок |
Разработчик | Himanshu Agrawal |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
Поддерживаемые языки | 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" } } |