Make Classroom Great Again

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

Co to jest Make Classroom Great Again?

Make Classroom Great Again to rozszerzenie Chrome opracowane przez johnroper100, a jego główną funkcją jest „Add more CSS to make the new Google Classroom design look better.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Make Classroom Great Again

Pobierz pliki rozszerzeń Make Classroom Great Again w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
Oficjalny URL https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Opis Add more CSS to make the new Google Classroom design look better.
Rozmiar pliku 346 KB
Liczba instalacji 625
Aktualna Wersja 0.2.12
Ostatnia Aktualizacja 2019-10-23
Data Publikacji 2019-10-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper johnroper100
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://jmroper.com
Adres URL Strony Pomocy http://jmroper.com
Adres URL Strony Polityki Prywatności http://jmroper.com
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}