Piazza Controller
Allows the user to control what kind of replies to see on Piazza
Wat is Piazza Controller?
Piazza Controller is een Chrome-extensie ontwikkeld door mudit2103, en de belangrijkste functie is "Allows the user to control what kind of replies to see on Piazza".
Extensie Screenshots
Download het CRX-bestand van de extensie Piazza Controller
Download Piazza Controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | llmmoekdbpmgbfjohhjocjnfdjjieebd |
| Officiële URL | https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd |
| Beschrijving | Allows the user to control what kind of replies to see on Piazza |
| Bestandsgrootte | 26.69 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2020-04-28 |
| Publicatiedatum | 2020-04-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | mudit2103 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |