Piazza Controller
Allows the user to control what kind of replies to see on Piazza
Piazza Controllerとは何ですか?
Piazza Controllerはmudit2103によって開発されたChromeの拡張機能で、その主な機能は「Allows the user to control what kind of replies to see on Piazza」です。
拡張機能のスクリーンショット
Piazza Controller拡張機能のCRXファイルをダウンロード
Piazza Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to control what replies you see on Piazza. You can 1) Hide all +1s. 2) View only unresolved follow ups. 3) Hide all replies altogether
拡張機能の基本情報
名前 | Piazza Controller |
ID | llmmoekdbpmgbfjohhjocjnfdjjieebd |
公式URL | https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd |
説明 | Allows the user to control what kind of replies to see on Piazza |
ファイルサイズ | 26.69 KB |
インストール数 | 24 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-04-28 |
公開日 | 2020-04-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | mudit2103 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Piazza Controller", "description": "Allows the user to control what kind of replies to see on Piazza", "version": "1.0.3", "permissions": [ "tabs", "http:\/\/piazza.com\/*", "https:\/\/piazza.com\/*" ], "browser_action": { "default_title": "Control Piazza", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |