CP Calendar

Chrome extension for checking Competitive programming contests schedule organized by various platforms.

CP Calendar là gì?

CP Calendar là một tiện ích mở rộng Chrome được phát triển bởi vasu.kesharwani24, và tính năng chính của nó là "Chrome extension for checking Competitive programming contests schedule organized by various 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 CP Calendar

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

                        Get every contest schedule details at one place
Shows schedule for today's and upcoming contests
Simple dropdown menu for filtering by platforms
Supports nearly every contest platform
Minimal Dark UI
Blazing fast!

Updates-
Fixed minor bugs.                    

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

Tên CP Calendar CP Calendar
ID gnnibhojjocbjpkhhlphelmiiffodajj
URL Chính Thức https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj
Mô tả Chrome extension for checking Competitive programming contests schedule organized by various platforms.
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 932
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-12-19
Ngày Phát Hành 2021-06-06
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển vasu.kesharwani24
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Calendar",
    "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.",
    "manifest_version": 3,
    "version": "3.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/clist.by\/api\/v2\/contest"
    ]
}