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은(는) https://codingschedule.gitlab.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Coding Schedule 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}