AtCoder Calendar

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

Co je AtCoder Calendar?

AtCoder Calendar je rozšíření Chrome vyvinuté penicillin0, a jeho hlavní funkcí je „Make it easy to add AtCoder contests to your Google Calendar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AtCoder Calendar

Stáhněte si soubory rozšíření AtCoder Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
Oficiální URL https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Popis Make it easy to add AtCoder contests to your Google Calendar.
Velikost souboru 18.2 KB
Počet instalací 329
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-06-18
Datum Vydání 2019-10-03
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář penicillin0
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/penicillin0/AtCoder-Google-Calender
Podporované Jazyky 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"
    }
}