Piazza, But Prettier
Applies styling to Piazza to make it slightly prettier.
什么是Piazza, But Prettier?
Piazza, But Prettier是由emily.zhong开发的Chrome扩展程序,该扩展的主要功能是“Applies styling to Piazza to make it slightly prettier.”。
扩展截图
下载Piazza, But Prettier扩展crx文件
下载Piazza, But Prettier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Piazza, But Prettier |
ID | mfglplbmjmaicgmohiaedebficgdhgkh |
官方URL | https://chromewebstore.google.com/detail/piazza-but-prettier/mfglplbmjmaicgmohiaedebficgdhgkh |
简介 | Applies styling to Piazza to make it slightly prettier. |
文件大小 | 4.81 KB |
安装次数 | 344 |
当前版本 | 0.0.5 |
更新时间 | 2019-04-23 |
上架时间 | 2019-04-22 |
评分 | 5.00/5 共6次评分 |
开发者 | emily.zhong |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |