Piazza, But Prettier

Applies styling to Piazza to make it slightly prettier.

What is Piazza, But Prettier?

Piazza, But Prettier is a Chrome extension developed by emily.zhong, and its main feature is "Applies styling to Piazza to make it slightly prettier.".

Extension Screenshots

screenshot

Download Piazza, But Prettier Extension CRX File

Download Piazza, But Prettier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Piazza, But Prettier Piazza, But Prettier
ID mfglplbmjmaicgmohiaedebficgdhgkh
Official URL https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh
Description Applies styling to Piazza to make it slightly prettier.
File Size 4.81 KB
Installation Count 344
Current Version 0.0.5
Last Updated 2019-04-23
Publish Date 2019-04-22
Rating 5.00/5 Total 6 Ratings
Developer emily.zhong
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}