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 là gì?

Coder's Calendar là một tiện ích mở rộng Chrome được phát triển bởi nishanth_v, và tính năng chính của nó là "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coder's Calendar

Tải xuống các tệp mở rộng Coder's Calendar 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

                        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!                    

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

Tên Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
URL Chính Thức https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
Mô tả Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Kích Thước Tệp 633 KB
Số Lần Cài Đặt 7,349
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2019-04-06
Ngày Phát Hành 2019-04-06
Đánh Giá 4.72/5 Tổng số 396 Đánh Giá
Nhà Phát Triển nishanth_v
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nishanthvijayan.github.io/CoderCalendar/
URL Trang Trợ Giúp https://github.com/nishanthvijayan/codercalendar/
Ngôn Ngữ Được Hỗ Trợ 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'"
}