Piazza, But Prettier
Applies styling to Piazza to make it slightly prettier.
Qu'est-ce que Piazza, But Prettier ?
Piazza, But Prettier est une extension Chrome développée par emily.zhong, et sa fonction principale est "Applies styling to Piazza to make it slightly prettier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Piazza, But Prettier
Téléchargez les fichiers d'extension Piazza, But Prettier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Piazza, But Prettier |
ID | mfglplbmjmaicgmohiaedebficgdhgkh |
URL Officiel | https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh |
Description | Applies styling to Piazza to make it slightly prettier. |
Taille du Fichier | 4.81 KB |
Nombre d'Installations | 344 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2019-04-23 |
Date de Publication | 2019-04-22 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | emily.zhong |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |