Pizza for Piazza

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

What is Pizza for Piazza?

Pizza for Piazza is a Chrome extension developed by KZcheese, and its main feature is "Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pizza for Piazza Extension CRX File

Download Pizza for Piazza extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pizza for Piazza Pizza for Piazza
ID igfkjaapgkmccpniiiickodiimlcnlhf
Official URL https://chromewebstore.google.com/detail/pizza-for-piazza/igfkjaapgkmccpniiiickodiimlcnlhf
Description Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.
File Size 178 KB
Installation Count 87
Current Version 1.1.1
Last Updated 2017-03-29
Publish Date 2017-03-28
Rating 5.00/5 Total 4 Ratings
Developer KZcheese
Email [email protected]
Payment Type free
Extension Website https://github.com/Tiecoon/pizza-for-piazza
Supported Languages 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"
    }
}