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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}