Piazza, But Prettier
Applies styling to Piazza to make it slightly prettier.
O que é Piazza, But Prettier?
Piazza, But Prettier é uma extensão do Chrome desenvolvida por emily.zhong, e sua principal característica é "Applies styling to Piazza to make it slightly prettier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Piazza, But Prettier
Baixe arquivos de extensão Piazza, But Prettier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Piazza, But Prettier |
ID | mfglplbmjmaicgmohiaedebficgdhgkh |
URL Oficial | https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh |
Descrição | Applies styling to Piazza to make it slightly prettier. |
Tamanho do Arquivo | 4.81 KB |
Contagem de Instalações | 344 |
Versão Atual | 0.0.5 |
Última Atualização | 2019-04-23 |
Data de Publicação | 2019-04-22 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | emily.zhong |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |