CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
Что такое CHIP-8 Emulator?
CHIP-8 Emulator - это расширение Chrome, разработанное Lunatink, и его основная функция - "This extension allows the user to run a CHIP-8 emulator from their browser.".
Снимки экрана расширения
Скачать файл CRX расширения CHIP-8 Emulator
Скачайте файлы расширений CHIP-8 Emulator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | pkkcopanichodeakgpacohacfbnfgfpg |
| Официальный URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
| Описание | This extension allows the user to run a CHIP-8 emulator from their browser. |
| Размер файла | 13.29 KB |
| Количество установок | 72 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2017-11-14 |
| Дата публикации | 2017-11-14 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Lunatink |
| Тип оплаты | free |
| Официальный сайт расширения | http://chip8emulator.azurewebsites.net/CHIP8.html |
| Поддерживаемые языки | 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"
}
} | |