Piazza, But Prettier

Applies styling to Piazza to make it slightly prettier.

Apa itu Piazza, But Prettier?

Piazza, But Prettier adalah ekstensi Chrome yang dikembangkan oleh emily.zhong, dan fitur utamanya adalah "Applies styling to Piazza to make it slightly prettier.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Piazza, But Prettier

Unduh file ekstensi Piazza, But Prettier 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

                        Pretty much as explained in the title — this extension modifies Piazza's built-in styling to create a cleaner interface that is easier to read and more delightful to use!

If you have any feedback for the extension or catch any bugs, feel free to email me at emily.zhong (@) berkeley.edu — I'd love to hear your thoughts as I continue developing and iterating this small project of mine!                    

Informasi Dasar Ekstensi

Nama Piazza, But Prettier Piazza, But Prettier
ID mfglplbmjmaicgmohiaedebficgdhgkh
URL Resmi https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh
Deskripsi Applies styling to Piazza to make it slightly prettier.
Ukuran File 4.81 KB
Jumlah Instalasi 344
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2019-04-23
Tanggal Publikasi 2019-04-22
Penilaian 5.00/5 Total 6 Penilaian
Pengembang emily.zhong
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Piazza, But Prettier",
    "version": "0.0.5",
    "description": "Applies styling to Piazza to make it slightly prettier.",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/piazza.com\/class\/*"
            ]
        }
    ]
}