Contest Calendar
Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.
Что такое Contest Calendar?
Contest Calendar - это расширение Chrome, разработанное vinayaks0031ext, и его основная функция - "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.".
Снимки экрана расширения
Скачать файл CRX расширения Contest Calendar
Скачайте файлы расширений Contest Calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode. The application provides you an overview of all the upcoming contests, which helps competitive programmers to plan their schedule for the upcoming contests in a month. ---------- IMPORTANT: -Click on the extension icon to get all the Contests along with their portal links. -For more info click on "CpCalendar" to see the full calendar. You'll get all things there like add to calendar option and many more. With this extension, you can: -Contest's data gets updated after every hour. Kindly refresh page for having the changes. -Supports all the major competitive programming platforms like Leetcode, Codechef and Codeforces. (still working on adding more platforms) -Direct links to the contest page. -Add to Calendar so it'll give a reminder before the contest.
Основная информация о расширении
Название | Contest Calendar |
ID | haebcdjghingkcllppmokcikpjjagdii |
Официальный URL | https://chromewebstore.google.com/detail/contest-calendar/haebcdjghingkcllppmokcikpjjagdii |
Описание | Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc. |
Размер файла | 117 KB |
Количество установок | 268 |
Текущая Версия | 0.2.1 |
Последнее Обновление | 2022-02-07 |
Дата публикации | 2022-01-21 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | vinayaks0031ext |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://cpcalendar.netlify.app/ |
URL страницы помощи | https://vinayaksharma.vercel.app/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contest Calendar", "version": "0.2.1", "manifest_version": 3, "description": "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.", "icons": { "16": ".\/images\/timetable-1.png", "48": ".\/images\/timetable-2.png", "128": ".\/images\/timetable-3.png", "256": ".\/images\/timetable-4.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": ".\/images\/timetable-1.png", "48": ".\/images\/timetable-2.png", "128": ".\/images\/timetable-3.png", "256": ".\/images\/timetable-4.png" }, "default_title": "cp-calendar" } } |