Piazza, But Prettier
Applies styling to Piazza to make it slightly prettier.
Piazza, But Prettierคืออะไร?
Piazza, But Prettier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emily.zhong และคุณลักษณะหลักของมันคือ "Applies styling to Piazza to make it slightly prettier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Piazza, But Prettier
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } ] } |