AtCoder Calendar

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

Qu'est-ce que AtCoder Calendar ?

AtCoder Calendar est une extension Chrome développée par penicillin0, et sa fonction principale est "Make it easy to add AtCoder contests to your Google Calendar.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AtCoder Calendar

Téléchargez les fichiers d'extension AtCoder Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
URL Officiel https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Description Make it easy to add AtCoder contests to your Google Calendar.
Taille du Fichier 18.2 KB
Nombre d'Installations 329
Version Actuelle 1.1.4
Dernière Mise à Jour 2023-06-18
Date de Publication 2019-10-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur penicillin0
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/penicillin0/AtCoder-Google-Calender
Langues Prises en Charge 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"
    }
}