Dark Mode for Google classroom

This extension changes the theme of google classroom to dark.

ما هو Dark Mode for Google classroom؟

Dark Mode for Google classroom هو إضافة Chrome تم تطويرها بواسطة abbasmurtaza.dev، والميزة الرئيسية لها هي "This extension changes the theme of google classroom to dark.".

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

screenshot

تحميل ملف CRX للإضافة Dark Mode for Google classroom

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

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

                        This extension changes the theme of google classroom to dark or semi midnight theme.                    

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

الاسم Dark Mode for Google classroom Dark Mode for Google classroom
ID fogjhlkcpjpdgonmojejehkcefmgnaha
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha
الوصف This extension changes the theme of google classroom to dark.
حجم الملف 23.99 KB
عدد التثبيتات 176
النسخة الحالية 1.0.0.0
آخر تحديث 2023-03-28
تاريخ النشر 2023-03-28
تقييم 3.89/5 مجموع تقييمات 9
المطور abbasmurtaza.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Google classroom",
    "version": "1.0.0.0",
    "description": "This extension changes the theme of google classroom to dark.",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.classroom.google.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}