Piazza Controller
Allows the user to control what kind of replies to see on Piazza
Was ist Piazza Controller?
Piazza Controller ist eine Chrome-Erweiterung, die von mudit2103 entwickelt wurde, und ihr Hauptmerkmal ist "Allows the user to control what kind of replies to see on Piazza".
Erweiterungsscreenshots
Piazza Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Piazza Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Piazza Controller |
ID | llmmoekdbpmgbfjohhjocjnfdjjieebd |
Offizielle URL | https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd |
Beschreibung | Allows the user to control what kind of replies to see on Piazza |
Dateigröße | 26.69 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-04-28 |
Veröffentlichungsdatum | 2020-04-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | mudit2103 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |