Codeforces Regular Contest Remainder

This extension reminds you about upcoming Codeforces contests

Что такое Codeforces Regular Contest Remainder?

Codeforces Regular Contest Remainder - это расширение Chrome, разработанное Shibin George, и его основная функция - "This extension reminds you about upcoming Codeforces contests".

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

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

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

                        Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.                    

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

Название Codeforces Regular Contest Remainder Codeforces Regular Contest Remainder
ID dhfpmjljpcabfaofkhlhjcjepnggamgk
Официальный URL https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk
Описание This extension reminds you about upcoming Codeforces contests
Размер файла 26.02 KB
Количество установок 288
Текущая Версия 1.0
Последнее Обновление 2016-11-16
Дата публикации 2016-11-16
Разработчик Shibin George
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codeforces Regular Contest Remainder",
    "description": "This extension reminds you about upcoming Codeforces contests",
    "version": "1.0",
    "browser_action": {
        "default_icon": "codeforces.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/codeforces.com\/*\/"
    ]
}