CHIP-8 Emulator

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

CHIP-8 Emulator क्या है?

CHIP-8 Emulator Lunatink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to run a CHIP-8 emulator from their browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CHIP-8 Emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}