Piazza, But Prettier

Applies styling to Piazza to make it slightly prettier.

Wat is Piazza, But Prettier?

Piazza, But Prettier is een Chrome-extensie ontwikkeld door emily.zhong, en de belangrijkste functie is "Applies styling to Piazza to make it slightly prettier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Piazza, But Prettier

Download Piazza, But Prettier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Piazza, But Prettier Piazza, But Prettier
ID mfglplbmjmaicgmohiaedebficgdhgkh
Officiële URL https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh
Beschrijving Applies styling to Piazza to make it slightly prettier.
Bestandsgrootte 4.81 KB
Aantal Installaties 344
Huidige Versie 0.0.5
Laatst Bijgewerkt 2019-04-23
Publicatiedatum 2019-04-22
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar emily.zhong
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}