Piazza Controller

Allows the user to control what kind of replies to see on Piazza

O que é Piazza Controller?

Piazza Controller é uma extensão do Chrome desenvolvida por mudit2103, e sua principal característica é "Allows the user to control what kind of replies to see on Piazza".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Piazza Controller

Baixe arquivos de extensão Piazza Controller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Piazza Controller Piazza Controller
ID llmmoekdbpmgbfjohhjocjnfdjjieebd
URL Oficial https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd
Descrição Allows the user to control what kind of replies to see on Piazza
Tamanho do Arquivo 26.69 KB
Contagem de Instalações 24
Versão Atual 1.0.3
Última Atualização 2020-04-28
Data de Publicação 2020-04-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mudit2103
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}