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 |
| 官方網址 | 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"
}
} | |