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ファイルをダウンロード

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 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
Eメール [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
}