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 |
官方網址 | 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\/*" ] } ] } |