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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |