Dark Moodle

Dark theme for UBS Moodle

ما هو Dark Moodle؟

Dark Moodle هو إضافة Chrome تم تطويرها بواسطة Fyelne، والميزة الرئيسية لها هي "Dark theme for UBS Moodle".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dark Moodle

قم بتنزيل ملفات الامتداد Dark Moodle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Dark mode has arrived on Moodle! Come and try it for free :D                    

معلومات أساسية عن التمديد

الاسم Dark Moodle Dark Moodle
ID hblgmffbmddipnmjboehgpbpmmmkhdom
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-moodle/hblgmffbmddipnmjboehgpbpmmmkhdom
الوصف Dark theme for UBS Moodle
حجم الملف 2.37 MB
عدد التثبيتات 458
النسخة الحالية 2.1
آخر تحديث 2023-04-27
تاريخ النشر 2022-05-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Fyelne
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Fyelne/Dark-Moodle
عنوان صفحة المساعدة https://github.com/Fyelne/Dark-Moodle/pulls
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Moodle",
    "version": "2.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Dark theme for UBS Moodle",
    "content_scripts": [
        {
            "css": [
                ".\/style.css"
            ],
            "matches": [
                "https:\/\/moodle.univ-ubs.fr\/*",
                "https:\/\/cas.univ-ubs.fr\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{b6c864e2-2c58-41da-9a3d-999485670f20}"
        }
    },
    "content_security_policy": []
}