Contest Reminder

Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…

Что такое Contest Reminder?

Contest Reminder - это расширение Chrome, разработанное saswataghoshnit99, и его основная функция - "Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Contest Reminder

Скачайте файлы расширений Contest Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest contest. Its just a click away.                    

Основная информация о расширении

Название Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
Официальный URL https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Описание Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Размер файла 5.96 KB
Количество установок 43
Текущая Версия 0.0.1
Последнее Обновление 2022-01-11
Дата публикации 2022-01-10
Рейтинг 5.00/5 Всего 7 оценок
Разработчик saswataghoshnit99
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contest Reminder",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    }
}