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
官方網址 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"
    }
}