Piazza, But Prettier
Applies styling to Piazza to make it slightly prettier.
Co to jest Piazza, But Prettier?
Piazza, But Prettier to rozszerzenie Chrome opracowane przez emily.zhong, a jego główną funkcją jest „Applies styling to Piazza to make it slightly prettier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Piazza, But Prettier
Pobierz pliki rozszerzeń Piazza, But Prettier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Piazza, But Prettier |
ID | mfglplbmjmaicgmohiaedebficgdhgkh |
Oficjalny URL | https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh |
Opis | Applies styling to Piazza to make it slightly prettier. |
Rozmiar pliku | 4.81 KB |
Liczba instalacji | 344 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2019-04-23 |
Data Publikacji | 2019-04-22 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | emily.zhong |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |