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 |
| 官方網址 | 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"
}
} | |