Make Classroom Great Again

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

Apa itu Make Classroom Great Again?

Make Classroom Great Again adalah ekstensi Chrome yang dikembangkan oleh johnroper100, dan fitur utamanya adalah "Add more CSS to make the new Google Classroom design look better.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Make Classroom Great Again

Unduh file ekstensi Make Classroom Great Again dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
URL Resmi https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Deskripsi Add more CSS to make the new Google Classroom design look better.
Ukuran File 346 KB
Jumlah Instalasi 625
Versi Saat Ini 0.2.12
Terakhir Diperbarui 2019-10-23
Tanggal Publikasi 2019-10-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang johnroper100
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://jmroper.com
URL Halaman Bantuan http://jmroper.com
URL Halaman Kebijakan Privasi http://jmroper.com
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}