CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Co to jest CHIP-8 Emulator?
CHIP-8 Emulator to rozszerzenie Chrome opracowane przez Lunatink, a jego główną funkcją jest „This extension allows the user to run a CHIP-8 emulator from their browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CHIP-8 Emulator
Pobierz pliki rozszerzeń CHIP-8 Emulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | CHIP-8 Emulator |
ID | pkkcopanichodeakgpacohacfbnfgfpg |
Oficjalny URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
Opis | This extension allows the user to run a CHIP-8 emulator from their browser. |
Rozmiar pliku | 13.29 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-11-14 |
Data Publikacji | 2017-11-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Lunatink |
Typ Płatności | free |
Strona Rozszerzenia | http://chip8emulator.azurewebsites.net/CHIP8.html |
Obsługiwane Języki | 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" } } |