Coder's Calendar

Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.

Что такое Coder's Calendar?

Coder's Calendar - это расширение Chrome, разработанное nishanth_v, и его основная функция - "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Coder's Calendar

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

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

                        Never miss a coding contest ever again!
Shows a list of live & upcoming coding Contests happening on various popular competitive programming websites with the feature to add these events to your Google Calendar.

We currently support Codechef, HackerEarth, Hackerrank, Topcoder, Codeforces, CSAcademy, AtCoder, LeetCode, Kaggle, etc.

Found any bugs? Have any suggestions to make this extension better? Know any other interesting and cool coding sites ?
Log them here : https://github.com/nishanthvijayan/CoderCalendar-Extensions/issues

Happy Coding!                    

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

Название Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
Официальный URL https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Описание Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Размер файла 633 KB
Количество установок 7,349
Текущая Версия 1.5.1
Последнее Обновление 2019-04-06
Дата публикации 2019-04-06
Рейтинг 4.72/5 Всего 396 оценок
Разработчик nishanth_v
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://nishanthvijayan.github.io/CoderCalendar/
URL страницы помощи https://github.com/nishanthvijayan/codercalendar/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder's Calendar",
    "short_name": "Coder's Calendar",
    "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.",
    "version": "1.5.1",
    "permissions": [
        "http:\/\/contesttrackerapi.herokuapp.com\/",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/icon32.png",
        "32": "img\/icon32.png",
        "48": "img\/icon32.png",
        "128": "img\/icon32.png"
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/event_listeners.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}