CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
什么是CHIP-8 Emulator?
CHIP-8 Emulator是由Lunatink开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to run a CHIP-8 emulator from their browser.”。
扩展截图
下载CHIP-8 Emulator扩展crx文件
下载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"
}
} | |