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
拡張機能の基本情報
名前 | CHIP-8 Emulator |
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" } } |