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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pizza for Piazza 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}