CP Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Что такое CP Calendar?
CP Calendar - это расширение Chrome, разработанное Arjun J, и его основная функция - "An extension that keeps users updated about Coding or Competitive Programming contests.".
Снимки экрана расширения
Скачать файл CRX расширения CP Calendar
Скачайте файлы расширений CP Calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Never miss a coding contest again! CP Calendar helps you get the schedule of all Competitive Programming contests, hosted by various well-known platforms, listed in a single place.
Shows a list of live and upcoming coding contests hosted by various popular competitive programming websites.
Platforms supported:
- Atcoder
- CodeChef
- Codeforces
- GeeksForGeeks
- Google
- HackerEarth
- Leetcode
- TopCoder
Found any bugs or have any suggestions to make CP Calendar better, if not the best?
Log them here : https://github.com/karanarjunjr/cp-calendar/issues
Cheers! Основная информация о расширении
| Название | |
| ID | nahdeimiheknmpknkenfkmhonnlboeim |
| Официальный URL | https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim |
| Описание | An extension that keeps users updated about Coding or Competitive Programming contests. |
| Размер файла | 893 KB |
| Количество установок | 4,257 |
| Текущая Версия | 0.0.5 |
| Последнее Обновление | 2023-06-14 |
| Дата публикации | 2021-10-29 |
| Рейтинг | 4.97/5 Всего 29 оценок |
| Разработчик | Arjun J |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CP Calendar",
"description": "An extension that keeps users updated about Coding or Competitive Programming contests.",
"version": "0.0.5",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo\/128.png"
},
"icons": {
"128": "logo\/128.png",
"48": "logo\/48.png",
"16": "logo\/16.png"
}
} | |