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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } ] } |