CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Vad är CHIP-8 Emulator?
CHIP-8 Emulator är en Chrome-tillägg utvecklad av Lunatink, och dess huvudfunktion är "This extension allows the user to run a CHIP-8 emulator from their browser.".
Tilläggsskärmbilder
Ladda ner CHIP-8 Emulator-förlängningens CRX-fil
Ladda ner CHIP-8 Emulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pkkcopanichodeakgpacohacfbnfgfpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
| Beskrivning | This extension allows the user to run a CHIP-8 emulator from their browser. |
| Filstorlek | 13.29 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-11-14 |
| Publiceringsdatum | 2017-11-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Lunatink |
| Betalningssätt | free |
| Tilläggswebbplats | http://chip8emulator.azurewebsites.net/CHIP8.html |
| Stödda Språk | 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"
}
} | |