CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Wat is CHIP-8 Emulator?
CHIP-8 Emulator is een Chrome-extensie ontwikkeld door Lunatink, en de belangrijkste functie is "This extension allows the user to run a CHIP-8 emulator from their browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie CHIP-8 Emulator
Download CHIP-8 Emulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CHIP-8 Emulator |
ID | pkkcopanichodeakgpacohacfbnfgfpg |
Officiële URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
Beschrijving | This extension allows the user to run a CHIP-8 emulator from their browser. |
Bestandsgrootte | 13.29 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-11-14 |
Publicatiedatum | 2017-11-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Lunatink |
Betalingswijze | free |
Extensiewebsite | http://chip8emulator.azurewebsites.net/CHIP8.html |
Ondersteunde Talen | 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" } } |