AtCoder Calendar

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

Cos'è AtCoder Calendar?

AtCoder Calendar è un'estensione di Chrome sviluppata da penicillin0, e la sua funzione principale è "Make it easy to add AtCoder contests to your Google Calendar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AtCoder Calendar

Scarica i file di estensione AtCoder Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
URL Ufficiale https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Descrizione Make it easy to add AtCoder contests to your Google Calendar.
Dimensione del File 18.2 KB
Conteggio Installazioni 329
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-06-18
Data di Pubblicazione 2019-10-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore penicillin0
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/penicillin0/AtCoder-Google-Calender
Lingue Supportate 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"
    }
}