Pizza for Piazza
Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.
什么是Pizza for Piazza?
Pizza for Piazza是由KZcheese开发的Chrome扩展程序,该扩展的主要功能是“Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice.”。
扩展截图
下载Pizza for Piazza扩展crx文件
下载Pizza for Piazza扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changelog:
1.1 - Added logo support for the login screen from classroom link.
1.1.1 - Added support for homepage login screen. 扩展基本信息
| 名称 | |
| ID | igfkjaapgkmccpniiiickodiimlcnlhf |
| 官方URL | https://chromewebstore.google.com/detail/pizza-for-piazza/igfkjaapgkmccpniiiickodiimlcnlhf |
| 简介 | Piazza is CLEARLY a mispelling of Pizza. Pizza for Piazza corrects this delicious injustice. |
| 文件大小 | 178 KB |
| 安装次数 | 87 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2017-03-29 |
| 上架时间 | 2017-03-28 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | KZcheese |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Tiecoon/pizza-for-piazza |
| 支持的语言 | 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"
}
} | |