AtCoder Calendar

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

Τι είναι το AtCoder Calendar;

Το AtCoder Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον penicillin0, και η κύρια λειτουργία του είναι "Make it easy to add AtCoder contests to your Google Calendar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AtCoder Calendar

Λήψη αρχείων επέκτασης AtCoder Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AtCoder Calendar AtCoder Calendar
ID dokfhaljgioiaeappgnmibgoipegbldf
Επίσημο URL https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf
Περιγραφή Make it easy to add AtCoder contests to your Google Calendar.
Μέγεθος Αρχείου 18.2 KB
Αριθμός Εγκαταστάσεων 329
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2023-06-18
Ημερομηνία Δημοσίευσης 2019-10-03
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής penicillin0
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/penicillin0/AtCoder-Google-Calender
Υποστηριζόμενες Γλώσσες 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"
    }
}