Piazza Controller
Allows the user to control what kind of replies to see on Piazza
Vad är Piazza Controller?
Piazza Controller är en Chrome-tillägg utvecklad av mudit2103, och dess huvudfunktion är "Allows the user to control what kind of replies to see on Piazza".
Tilläggsskärmbilder
Ladda ner Piazza Controller-förlängningens CRX-fil
Ladda ner Piazza Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | llmmoekdbpmgbfjohhjocjnfdjjieebd |
| Officiell webbadress | https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd |
| Beskrivning | Allows the user to control what kind of replies to see on Piazza |
| Filstorlek | 26.69 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2020-04-28 |
| Publiceringsdatum | 2020-04-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | mudit2103 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |