Pacman on Popup

Pacman game replicated the original one sandboxed and optimized for popup usage

Pacman on Popupคืออะไร?

Pacman on Popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brian.girko และคุณลักษณะหลักของมันคือ "Pacman game replicated the original one sandboxed and optimized for popup usage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pacman on Popup

ดาวน์โหลดไฟล์ส่วนขยาย Pacman on Popup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension brings the Pacman game to the browser. It works offline and runs in a sandboxed window. There is no internet activity whatsoever. You can assign a keyboard shortcut to open the game's interface and start playing with arrow keys. The extension replicates the original Pacman game in JavaScript.

What is Pacman (Wikipedia):
Pac-Man[a] is a 1980 maze action video game developed and released by Namco for arcades. The original Japanese title of Puck Man was changed to Pac-Man for international releases as a preventative measure against defacement of the arcade machines by changing the P to an F. In North America, the game was released by Midway Manufacturing as part of its licensing agreement with Namco America. The player controls Pac-Man, who must eat all the dots inside an enclosed maze while avoiding four colored ghosts. Eating large flashing dots called "Power Pellets" causes the ghosts to temporarily turn blue, allowing Pac-Man to eat them for bonus points.

How to Play:
Use arrow keys to move the Pacman in the maze. The objective is to eat all of the dots while avoiding four colored ghosts that pursue you. When you eat all of the dots, you will be advanced to the next level. If Pacman makes contact with a ghost, he will lose a life; the game ends when all lives are lost. Each of the four ghosts has its own unique, distinct personality!

Meet the Ghosts:
Blinky (red)
Pinky (pink)
Inky (cyan)
Clyde (orange)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pacman on Popup Pacman on Popup
ID mabkplcbialjnefbahifkljkodcfhohb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pacman-on-popup/mabkplcbialjnefbahifkljkodcfhohb
คำอธิบาย Pacman game replicated the original one sandboxed and optimized for popup usage
ขนาดไฟล์ 320 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2022-03-17
วันที่เผยแพร่ 2022-03-16
ผู้พัฒนา brian.girko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.0",
    "name": "Pacman on Popup",
    "description": "Pacman game replicated the original one sandboxed and optimized for popup usage",
    "offline_enabled": true,
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "sandbox": {
        "pages": [
            "data\/popup\/pacman\/Pacman.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}