Pac-man and Ms. Pac-man

Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.

什麼是Pac-man and Ms. Pac-man?

Pac-man and Ms. Pac-man是由John Hollister開發的Chrome擴展程式,該擴展的主要功能是“Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.”。

擴展截圖

screenshot
screenshot
screenshot

下載Pac-man and Ms. Pac-man擴展crx文件

下載Pac-man and Ms. Pac-man擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *Nearly* pixel-perfect HTML5 web version of the classic Pac-man and Ms. Pac-man arcades games. Free to play. One or two players. Works offline.

Through hours of research and gameplay, I painstakingly reverse engineered the original Pac-man and Ms. Pac-man arcade games. I re-wrote it all in javascript from the ground-up so you can have something to do when you're bored at work.                    

擴展基本資訊

名稱 Pac-man and Ms. Pac-man Pac-man and Ms. Pac-man
ID gjdfppeajganomoaogedoelileclieai
官方網址 https://chromewebstore.google.com/detail/pac-man-and-ms-pac-man/gjdfppeajganomoaogedoelileclieai
簡介 Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.
檔案大小 1.85 MB
安裝次數 1,164
目前版本 1.0.0
更新時間 2023-04-19
上架時間 2023-04-18
評分 5.00/5 共 1 次評分
開發者 John Hollister
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pac-man and Ms. Pac-man",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}