Darkmode for Classroom

Make Google Classroom Dark

Cos'è Darkmode for Classroom?

Darkmode for Classroom è un'estensione di Chrome sviluppata da https://jtlr.org, e la sua funzione principale è "Make Google Classroom Dark".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Darkmode for Classroom

Scarica i file di estensione Darkmode for Classroom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Classroom is a popular website for students and educators.   Unlike most modern websites, Classroom doesn't have a dark mode.   This free extension adds dark mode to Classroom.  

This is extension simply applies code to Classroom to make it dark mode, all under 100kb.   

It takes two click to make Classroom dark mode.   This is a free extension by JTLR Tech Chrome.                    

Informazioni di Base sull'Estensione

Nome Darkmode for Classroom Darkmode for Classroom
ID aodninbopfbgghmjhgdobcafmbpeimlb
URL Ufficiale https://chromewebstore.google.com/detail/darkmode-for-classroom/aodninbopfbgghmjhgdobcafmbpeimlb
Descrizione Make Google Classroom Dark
Dimensione del File 157 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.2
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2021-10-26
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore https://jtlr.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jtlr.org/chrome/dark-mode-for-classroom/
URL della Pagina di Aiuto https://jtlr.org/chrome/dark-mode-for-classroom/
URL della Pagina della Politica sulla Privacy https://tracking.jtlrgroup.com/chromeprivacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Darkmode for Classroom",
    "version": "0.0.2",
    "description": "Make Google Classroom Dark",
    "homepage_url": "http:\/\/jtlrgroup.com",
    "icons": {
        "128": "classroom.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/classroom.google.com\/*\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}