Dark Mode for Google G Suite

Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!

ما هو Dark Mode for Google G Suite؟

Dark Mode for Google G Suite هو إضافة Chrome تم تطويرها بواسطة Parineet Vernekar، والميزة الرئيسية لها هي "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        **NEW**
Google Search Results! We've added dark mode support for Google Search Results, which hopefully is a great addition to the suite of dark mode support so far!

This extension adds in dark mode support for Google Docs, Google Slides, Google Classroom, Google Sheets, and works with many more Google Services too! It listens to your operating system, making sure that as soon as you switch to and from dark mode, your Google services adapt to your choice! 

Also works with:
- Meet
- Calendar
- Drawings
- More coming soon!                    

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

الاسم Dark Mode for Google G Suite Dark Mode for Google G Suite
ID lopbffhleoeabafeoghhbbiahcmdhebh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dark-mode-for-google-g-su/lopbffhleoeabafeoghhbbiahcmdhebh
الوصف Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!
حجم الملف 10.82 KB
عدد التثبيتات 4,595
النسخة الحالية 1.3
آخر تحديث 2021-07-26
تاريخ النشر 2021-02-02
تقييم 2.55/5 مجموع تقييمات 29
المطور Parineet Vernekar
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://parineet.dev.horizontaleight.com/contact/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Google G Suite",
    "description": "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/classroom.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/contacts.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/chat\/"
            ],
            "css": [
                "google.css",
                "chat.css",
                "drive.css",
                "docs.css",
                "classroom.css",
                "gmail.css",
                "forms.css",
                "calendar.css",
                "meet.css",
                "sites.css",
                "myaccount.css",
                "contacts.css"
            ]
        }
    ]
}