Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Что такое Coding Schedule?
Coding Schedule - это расширение Chrome, разработанное https://codingschedule.gitlab.io, и его основная функция - "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".
Снимки экрана расширения
Скачать файл CRX расширения Coding Schedule
Скачайте файлы расширений Coding Schedule в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!! Happy Coding!
Основная информация о расширении
Название | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
Официальный URL | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
Описание | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
Размер файла | 297 KB |
Количество установок | 620 |
Текущая Версия | 3.0 |
Последнее Обновление | 2019-09-28 |
Дата публикации | 2019-09-28 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | https://codingschedule.gitlab.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://codingschedule.gitlab.io/ |
URL страницы помощи | https://codingschedule.gitlab.io/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Schedule", "version": "3.0", "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.", "homepage_url": "https:\/\/codingschedule.gitlab.io", "permissions": [ "storage", "http:\/\/codescrape.azurewebsites.net\/getData" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" } }, "icons": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" }, "manifest_version": 2 } |