Pacman Popup

a pacman popup for chrome!

Pacman Popup란 무엇입니까?

Pacman Popup은(는) Fredthedoggy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a pacman popup for chrome!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pacman Popup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Play Pac-man on any page, with the click of a button.
Pacman Popup Focuses on being Fast, Resource Efficient, and Fun. Enjoy!

Thanks to github.com/bward2/pacman-js for creating this pacman replica. 
I did not create this, I simply edited it into a extension.

Pause: "P"
Mute: "M"                    

확장 프로그램 기본 정보

이름 Pacman Popup Pacman Popup
ID iocghaljaochhkgajdilelogdkejkiil
공식 URL https://chromewebstore.google.com/detail/pacman-popup/iocghaljaochhkgajdilelogdkejkiil
설명 a pacman popup for chrome!
파일 크기 1.11 MB
설치 횟수 307,992
현재 버전 1
최근 업데이트 2020-07-01
출시 날짜 2020-06-30
평점 4.71/5 총 49 개의 평점
개발자 Fredthedoggy
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacman Popup",
    "version": "1",
    "description": "a pacman popup for chrome!",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pacman",
        "default_popup": "index.html",
        "default_icon": {
            "16": "app\/style\/graphics\/logo16.png",
            "48": "app\/style\/graphics\/logo48.png",
            "128": "app\/style\/graphics\/logo128.png"
        }
    },
    "icons": {
        "16": "app\/style\/graphics\/logo16.png",
        "48": "app\/style\/graphics\/logo48.png",
        "128": "app\/style\/graphics\/logo128.png"
    }
}