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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |