JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

JS Hypothetical Machineคืออะไร?

JS Hypothetical Machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dalmirdasilva.com และคุณลักษณะหลักของมันคือ "Neander Machine with Extended Instruction Set."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS Hypothetical Machine

ดาวน์โหลดไฟล์ส่วนขยาย JS Hypothetical Machine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a simple computer simulator. 

There are a few simulator out there, but they are usually desktop programs, we need to download it, install it, and... usually it only runs in Windows environment.

To be able to call procedures it needs to have stack and some extra instructions.

Also I added some devices, which can be accessed by memory mapping.

The simulator is able to be interrupted, I planned to add some input devices to use that functionality.

Have fun.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
คำอธิบาย Neander Machine with Extended Instruction Set.
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2015-11-30
วันที่เผยแพร่ 2015-11-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.dalmirdasilva.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.dalmirdasilva.com/jshm
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Hypothetical Machine",
    "description": "Neander Machine with Extended Instruction Set.",
    "version": "1.4.0",
    "permissions": [
        "http:\/\/www.dalmirdasilva.com\/jshm\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}