Piazza Controller

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

Apa itu Piazza Controller?

Piazza Controller adalah ekstensi Chrome yang dikembangkan oleh mudit2103, dan fitur utamanya adalah "Allows the user to control what kind of replies to see on Piazza".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Piazza Controller

Unduh file ekstensi Piazza Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Piazza Controller Piazza Controller
ID llmmoekdbpmgbfjohhjocjnfdjjieebd
URL Resmi https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd
Deskripsi Allows the user to control what kind of replies to see on Piazza
Ukuran File 26.69 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-04-28
Tanggal Publikasi 2020-04-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mudit2103
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}