Piazza Controller
Allows the user to control what kind of replies to see on Piazza
Qu'est-ce que Piazza Controller ?
Piazza Controller est une extension Chrome développée par mudit2103, et sa fonction principale est "Allows the user to control what kind of replies to see on Piazza".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Piazza Controller
Téléchargez les fichiers d'extension Piazza Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Piazza Controller |
ID | llmmoekdbpmgbfjohhjocjnfdjjieebd |
URL Officiel | https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd |
Description | Allows the user to control what kind of replies to see on Piazza |
Taille du Fichier | 26.69 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-04-28 |
Date de Publication | 2020-04-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mudit2103 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |