AtCoder Calendar

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

What is AtCoder Calendar?

AtCoder Calendar is a Chrome extension developed by penicillin0, and its main feature is "Make it easy to add AtCoder contests to your Google Calendar.".

Extension Screenshots

screenshot
screenshot

Download AtCoder Calendar Extension CRX File

Download AtCoder Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
Official URL https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Description Make it easy to add AtCoder contests to your Google Calendar.
File Size 18.2 KB
Installation Count 329
Current Version 1.1.4
Last Updated 2023-06-18
Publish Date 2019-10-03
Rating 5.00/5 Total 4 Ratings
Developer penicillin0
Email [email protected]
Payment Type free
Extension Website https://github.com/penicillin0/AtCoder-Google-Calender
Supported Languages 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"
    }
}