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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον John Hollister, και η κύρια λειτουργία του είναι "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pac-man and Ms. Pac-man
Λήψη αρχείων επέκτασης 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 |
ID | gjdfppeajganomoaogedoelileclieai |
Επίσημο URL | 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": [ "*:\/\/*\/*" ] } ] } |