Pizza for Piazza

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

Hvad er Pizza for Piazza?

Pizza for Piazza er en Chrome-udvidelse udviklet af KZcheese, og dens hovedfunktion er "Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pizza for Piazza-udvidelses-CRX-fil

Download Pizza for Piazza-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Pizza for Piazza Pizza for Piazza
ID igfkjaapgkmccpniiiickodiimlcnlhf
Officiel URL https://chromewebstore.google.com/detail/pizza-for-piazza/igfkjaapgkmccpniiiickodiimlcnlhf
Beskrivelse Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.
Filstørrelse 178 KB
Antal Installationer 87
Nuværende Version 1.1.1
Senest Opdateret 2017-03-29
Udgivelsesdato 2017-03-28
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler KZcheese
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Tiecoon/pizza-for-piazza
Understøttede Sprog 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"
    }
}