Coding Schedule

The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.

Coding Schedule là gì?

Coding Schedule là một tiện ích mở rộng Chrome được phát triển bởi https://codingschedule.gitlab.io, và tính năng chính của nó là "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coding Schedule

Tải xuống các tệp mở rộng Coding Schedule dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coding Schedule Coding Schedule
ID jbekfkgidfgnjgnnaiklfjhepdbhclme
URL Chính Thức https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme
Mô tả The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Kích Thước Tệp 297 KB
Số Lần Cài Đặt 620
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-09-28
Ngày Phát Hành 2019-09-28
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://codingschedule.gitlab.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://codingschedule.gitlab.io/
URL Trang Trợ Giúp https://codingschedule.gitlab.io/
Ngôn Ngữ Được Hỗ Trợ 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
}