AtCoder Calendar

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

Co to jest AtCoder Calendar?

AtCoder Calendar to rozszerzenie Chrome opracowane przez penicillin0, a jego główną funkcją jest „Make it easy to add AtCoder contests to your Google Calendar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AtCoder Calendar

Pobierz pliki rozszerzeń AtCoder Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
Oficjalny URL https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Opis Make it easy to add AtCoder contests to your Google Calendar.
Rozmiar pliku 18.2 KB
Liczba instalacji 329
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2023-06-18
Data Publikacji 2019-10-03
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper penicillin0
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/penicillin0/AtCoder-Google-Calender
Obsługiwane Języki 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"
    }
}