AtCoder Calendar

Make it easy to add AtCoder contests to your Google Calendar.

AtCoder Calendar là gì?

AtCoder Calendar là một tiện ích mở rộng Chrome được phát triển bởi penicillin0, và tính năng chính của nó là "Make it easy to add AtCoder contests to your Google Calendar.".

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

screenshot
screenshot

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

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

                        Generate a schedule link for Google Calendar on the AtCoder contest site.
It becomes easy to add to your calendar for each contest.


* This is an unofficial extension, so use at your own risk.

If you have any bugs or requests for additional features, please send them to
https://github.com/penicillin0/AtCoder-Google-Calender/issues                    

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

Tên AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
URL Chính Thức https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Mô tả Make it easy to add AtCoder contests to your Google Calendar.
Kích Thước Tệp 18.2 KB
Số Lần Cài Đặt 329
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2019-10-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển penicillin0
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/penicillin0/AtCoder-Google-Calender
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/atcoder.jp\/contests\/*"
            ]
        }
    ],
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "AtCoder Calendar",
    "short_name": "AC Calender",
    "version": "1.1.4",
    "icons": {
        "16": "images\/16icon.png",
        "48": "images\/48icon.png",
        "128": "images\/128icon.png"
    }
}