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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |