CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Was ist CHIP-8 Emulator?
CHIP-8 Emulator ist eine Chrome-Erweiterung, die von Lunatink entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to run a CHIP-8 emulator from their browser.".
Erweiterungsscreenshots
CHIP-8 Emulator-Erweiterungs-CRX-Datei herunterladen
Laden Sie CHIP-8 Emulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to play your favorite old school video games without the hassle of having to download and install a bulky emulator!
To play a game, just provide the extension with a CHIP-8 ROM file and enjoy!
ROM files can be legally and easily found on the internet, as they are a part of public domain.
The keypad keys are:
1234
qwer
asdf
zxcv Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkkcopanichodeakgpacohacfbnfgfpg |
| Offizielle URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
| Beschreibung | This extension allows the user to run a CHIP-8 emulator from their browser. |
| Dateigröße | 13.29 KB |
| Installationsanzahl | 72 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-11-14 |
| Veröffentlichungsdatum | 2017-11-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Lunatink |
| Zahlungsart | free |
| Erweiterungswebsite | http://chip8emulator.azurewebsites.net/CHIP8.html |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CHIP-8 Emulator",
"description": "This extension allows the user to run a CHIP-8 emulator from their browser.",
"version": "1.0",
"browser_action": {
"default_icon": "chip8_icon.png",
"default_popup": "popup.html"
}
} | |