Pizza for Piazza

Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.

Wat is Pizza for Piazza?

Pizza for Piazza is een Chrome-extensie ontwikkeld door KZcheese, en de belangrijkste functie is "Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pizza for Piazza

Download Pizza for Piazza-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

                        Changelog:
1.1 - Added logo support for the login screen from classroom link.
1.1.1 - Added support for homepage login screen.                    

Basisinformatie over de Extensie

Naam Pizza for Piazza Pizza for Piazza
ID igfkjaapgkmccpniiiickodiimlcnlhf
Officiële URL https://chromewebstore.google.com/detail/pizza-for-piazza/igfkjaapgkmccpniiiickodiimlcnlhf
Beschrijving Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.
Bestandsgrootte 178 KB
Aantal Installaties 87
Huidige Versie 1.1.1
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar KZcheese
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Tiecoon/pizza-for-piazza
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pizza for Piazza",
    "description": "Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.",
    "version": "1.1.1",
    "author": "Luke Biery and Kevin Zhan",
    "short_name": "Pizza",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/piazza.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "favicon\/*.png",
        "img\/*.png"
    ],
    "browser_action": {
        "default_icon": "favicon\/favicon-32x32.png"
    },
    "icons": {
        "16": "favicon\/favicon-16x16.png",
        "32": "favicon\/favicon-32x32.png",
        "48": "img\/extensionicon.png"
    }
}