CHIP-8 Emulator

This extension allows the user to run a CHIP-8 emulator from their browser.

Cos'è CHIP-8 Emulator?

CHIP-8 Emulator è un'estensione di Chrome sviluppata da Lunatink, e la sua funzione principale è "This extension allows the user to run a CHIP-8 emulator from their browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CHIP-8 Emulator

Scarica i file di estensione CHIP-8 Emulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CHIP-8 Emulator CHIP-8 Emulator
ID pkkcopanichodeakgpacohacfbnfgfpg
URL Ufficiale https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg
Descrizione This extension allows the user to run a CHIP-8 emulator from their browser.
Dimensione del File 13.29 KB
Conteggio Installazioni 72
Versione Corrente 1.0
Ultimo Aggiornamento 2017-11-14
Data di Pubblicazione 2017-11-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Lunatink
Tipo di Pagamento free
Sito Web dell'Estensione http://chip8emulator.azurewebsites.net/CHIP8.html
Lingue Supportate 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"
    }
}