Pizza for Piazza
Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.
Was ist Pizza for Piazza?
Pizza for Piazza ist eine Chrome-Erweiterung, die von KZcheese entwickelt wurde, und ihr Hauptmerkmal ist "Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.".
Erweiterungsscreenshots
Pizza for Piazza-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pizza for Piazza-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Changelog: 1.1 - Added logo support for the login screen from classroom link. 1.1.1 - Added support for homepage login screen.
Grundlegende Informationen zur Erweiterung
Name | Pizza for Piazza |
ID | igfkjaapgkmccpniiiickodiimlcnlhf |
Offizielle URL | https://chromewebstore.google.com/detail/pizza-for-piazza/igfkjaapgkmccpniiiickodiimlcnlhf |
Beschreibung | Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice. |
Dateigröße | 178 KB |
Installationsanzahl | 87 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2017-03-29 |
Veröffentlichungsdatum | 2017-03-28 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | KZcheese |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Tiecoon/pizza-for-piazza |
Unterstützte Sprachen | 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" } } |