Make Classroom Great Again

Add more CSS to make the new Google Classroom design look better.

Cos'è Make Classroom Great Again?

Make Classroom Great Again è un'estensione di Chrome sviluppata da johnroper100, e la sua funzione principale è "Add more CSS to make the new Google Classroom design look better.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make Classroom Great Again

Scarica i file di estensione Make Classroom Great Again 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

                        With the new classroom update, the styles were changed to be low in contrast which makes the site hard to read. This extension overrides some of the styles to make classroom look better and be easier to use than it currently is with the new update.                    

Informazioni di Base sull'Estensione

Nome Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
URL Ufficiale https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Descrizione Add more CSS to make the new Google Classroom design look better.
Dimensione del File 346 KB
Conteggio Installazioni 625
Versione Corrente 0.2.12
Ultimo Aggiornamento 2019-10-23
Data di Pubblicazione 2019-10-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore johnroper100
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jmroper.com
URL della Pagina di Aiuto http://jmroper.com
URL della Pagina della Politica sulla Privacy http://jmroper.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Classroom Great Again",
    "version": "0.2.12",
    "description": "Add more CSS to make the new Google Classroom design look better.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ]
        }
    ]
}