CHIP-8 Emulator

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

O que é CHIP-8 Emulator?

CHIP-8 Emulator é uma extensão do Chrome desenvolvida por Lunatink, e sua principal característica é "This extension allows the user to run a CHIP-8 emulator from their browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CHIP-8 Emulator

Baixe arquivos de extensão CHIP-8 Emulator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CHIP-8 Emulator CHIP-8 Emulator
ID pkkcopanichodeakgpacohacfbnfgfpg
URL Oficial https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg
Descrição This extension allows the user to run a CHIP-8 emulator from their browser.
Tamanho do Arquivo 13.29 KB
Contagem de Instalações 72
Versão Atual 1.0
Última Atualização 2017-11-14
Data de Publicação 2017-11-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Lunatink
Tipo de Pagamento free
Site da Extensão http://chip8emulator.azurewebsites.net/CHIP8.html
Idiomas Suportados 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"
    }
}