CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Qu'est-ce que CHIP-8 Emulator ?
CHIP-8 Emulator est une extension Chrome développée par Lunatink, et sa fonction principale est "This extension allows the user to run a CHIP-8 emulator from their browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CHIP-8 Emulator
Téléchargez les fichiers d'extension CHIP-8 Emulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CHIP-8 Emulator |
ID | pkkcopanichodeakgpacohacfbnfgfpg |
URL Officiel | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
Description | This extension allows the user to run a CHIP-8 emulator from their browser. |
Taille du Fichier | 13.29 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-11-14 |
Date de Publication | 2017-11-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Lunatink |
Type de Paiement | free |
Site Web de l'Extension | http://chip8emulator.azurewebsites.net/CHIP8.html |
Langues Prises en Charge | 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" } } |