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\/*" ] } ] } |