CHIP-8 Emulator

This extension allows the user to run a CHIP-8 emulator from their browser.

CHIP-8 Emulator là gì?

CHIP-8 Emulator là một tiện ích mở rộng Chrome được phát triển bởi Lunatink, và tính năng chính của nó là "This extension allows the user to run a CHIP-8 emulator from their browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CHIP-8 Emulator

Tải xuống các tệp mở rộng CHIP-8 Emulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CHIP-8 Emulator CHIP-8 Emulator
ID pkkcopanichodeakgpacohacfbnfgfpg
URL Chính Thức https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg
Mô tả This extension allows the user to run a CHIP-8 emulator from their browser.
Kích Thước Tệp 13.29 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-11-14
Ngày Phát Hành 2017-11-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Lunatink
Loại Thanh Toán free
Trang Web Mở Rộng http://chip8emulator.azurewebsites.net/CHIP8.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}