Make Classroom Great Again

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

Wat is Make Classroom Great Again?

Make Classroom Great Again is een Chrome-extensie ontwikkeld door johnroper100, en de belangrijkste functie is "Add more CSS to make the new Google Classroom design look better.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Make Classroom Great Again

Download Make Classroom Great Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
Officiële URL https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Beschrijving Add more CSS to make the new Google Classroom design look better.
Bestandsgrootte 346 KB
Aantal Installaties 625
Huidige Versie 0.2.12
Laatst Bijgewerkt 2019-10-23
Publicatiedatum 2019-10-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar johnroper100
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jmroper.com
Help Pagina-URL http://jmroper.com
URL van de Privacybeleid Pagina http://jmroper.com
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}