Make Classroom Great Again

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

Vad är Make Classroom Great Again?

Make Classroom Great Again är en Chrome-tillägg utvecklad av johnroper100, och dess huvudfunktion är "Add more CSS to make the new Google Classroom design look better.".

Tilläggsskärmbilder

screenshot

Ladda ner Make Classroom Great Again-förlängningens CRX-fil

Ladda ner Make Classroom Great Again-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
Officiell webbadress https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Beskrivning Add more CSS to make the new Google Classroom design look better.
Filstorlek 346 KB
Antal Installationer 625
Aktuell Version 0.2.12
Senast Uppdaterad 2019-10-23
Publiceringsdatum 2019-10-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare johnroper100
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://jmroper.com
Hjälpsida URL http://jmroper.com
URL till Sekretesspolicy Sidan http://jmroper.com
Stödda Språk 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\/*"
            ]
        }
    ]
}