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!

O que é Dark Mode for Google G Suite?

Dark Mode for Google G Suite é uma extensão do Chrome desenvolvida por Parineet Vernekar, e sua principal característica é "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Mode for Google G Suite

Baixe arquivos de extensão Dark Mode for Google G Suite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        **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!                    

Informações Básicas da Extensão

Nome Dark Mode for Google G Suite Dark Mode for Google G Suite
ID lopbffhleoeabafeoghhbbiahcmdhebh
URL Oficial https://chrome.google.com/webstore/detail/dark-mode-for-google-g-su/lopbffhleoeabafeoghhbbiahcmdhebh
Descrição Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!
Tamanho do Arquivo 10.82 KB
Contagem de Instalações 4,595
Versão Atual 1.3
Última Atualização 2021-07-26
Data de Publicação 2021-02-02
Classificação 2.55/5 Total de 29 Avaliações
Desenvolvedor Parineet Vernekar
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://parineet.dev.horizontaleight.com/contact/
Idiomas Suportados 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"
            ]
        }
    ]
}