Piazza, But Prettier

Applies styling to Piazza to make it slightly prettier.

¿Qué es Piazza, But Prettier?

Piazza, But Prettier es una extensión de Chrome desarrollada por emily.zhong, y su función principal es "Applies styling to Piazza to make it slightly prettier.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Piazza, But Prettier

Descarga archivos de extensión Piazza, But Prettier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Piazza, But Prettier Piazza, But Prettier
ID mfglplbmjmaicgmohiaedebficgdhgkh
URL Oficial https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh
Descripción Applies styling to Piazza to make it slightly prettier.
Tamaño del Archivo 4.81 KB
Cantidad de Instalaciones 344
Versión Actual 0.0.5
Última Actualización 2019-04-23
Fecha de Publicación 2019-04-22
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador emily.zhong
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}