AtCoder Calendar

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

什么是AtCoder Calendar?

AtCoder Calendar是由penicillin0开发的Chrome扩展程序,该扩展的主要功能是“Make it easy to add AtCoder contests to your Google Calendar.”。

扩展截图

screenshot
screenshot

下载AtCoder Calendar扩展crx文件

下载AtCoder Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
官方URL https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
简介 Make it easy to add AtCoder contests to your Google Calendar.
文件大小 18.2 KB
安装次数 329
当前版本 1.1.4
更新时间 2023-06-18
上架时间 2019-10-03
评分 5.00/5 共4次评分
开发者 penicillin0
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/penicillin0/AtCoder-Google-Calender
支持的语言 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"
    }
}