CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Hvad er CHIP-8 Emulator?
CHIP-8 Emulator er en Chrome-udvidelse udviklet af Lunatink, og dens hovedfunktion er "This extension allows the user to run a CHIP-8 emulator from their browser.".
Udvidelsesskærmbilleder
Download CHIP-8 Emulator-udvidelses-CRX-fil
Download CHIP-8 Emulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkkcopanichodeakgpacohacfbnfgfpg |
| Officiel URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
| Beskrivelse | This extension allows the user to run a CHIP-8 emulator from their browser. |
| Filstørrelse | 13.29 KB |
| Antal Installationer | 72 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-11-14 |
| Udgivelsesdato | 2017-11-14 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Lunatink |
| Betalingsmetode | free |
| Udvidelseswebsted | http://chip8emulator.azurewebsites.net/CHIP8.html |
| Understøttede Sprog | 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"
}
} | |