AtCoder Calendar
Make it easy to add AtCoder contests to your Google Calendar.
Что такое AtCoder Calendar?
AtCoder Calendar - это расширение Chrome, разработанное penicillin0, и его основная функция - "Make it easy to add AtCoder contests to your Google Calendar.".
Снимки экрана расширения
Скачать файл CRX расширения AtCoder Calendar
Скачайте файлы расширений AtCoder Calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate a schedule link for Google Calendar on the AtCoder contest site. It becomes easy to add to your calendar for each contest. * This is an unofficial extension, so use at your own risk. If you have any bugs or requests for additional features, please send them to https://github.com/penicillin0/AtCoder-Google-Calender/issues
Основная информация о расширении
Название | AtCoder Calendar |
ID | dokfhaljgioiaeappgnmibgoipegbldf |
Официальный URL | https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf |
Описание | Make it easy to add AtCoder contests to your Google Calendar. |
Размер файла | 18.2 KB |
Количество установок | 329 |
Текущая Версия | 1.1.4 |
Последнее Обновление | 2023-06-18 |
Дата публикации | 2019-10-03 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | penicillin0 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/penicillin0/AtCoder-Google-Calender |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/atcoder.jp\/contests\/*" ] } ], "description": "__MSG_appDescription__", "default_locale": "en", "manifest_version": 3, "name": "AtCoder Calendar", "short_name": "AC Calender", "version": "1.1.4", "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" } } |