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.
拡張機能の基本情報
名前 | Pizza for Piazza |
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 |
Eメール | [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" } } |