CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Apa itu CHIP-8 Emulator?
CHIP-8 Emulator adalah ekstensi Chrome yang dikembangkan oleh Lunatink, dan fitur utamanya adalah "This extension allows the user to run a CHIP-8 emulator from their browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CHIP-8 Emulator
Unduh file ekstensi CHIP-8 Emulator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CHIP-8 Emulator |
ID | pkkcopanichodeakgpacohacfbnfgfpg |
URL Resmi | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
Deskripsi | This extension allows the user to run a CHIP-8 emulator from their browser. |
Ukuran File | 13.29 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-11-14 |
Tanggal Publikasi | 2017-11-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Lunatink |
Tipe Pembayaran | free |
Situs Ekstensi | http://chip8emulator.azurewebsites.net/CHIP8.html |
Bahasa yang Didukung | 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" } } |