JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

什么是JS Hypothetical Machine?

JS Hypothetical Machine是由https://www.dalmirdasilva.com开发的Chrome扩展程序,该扩展的主要功能是“Neander Machine with Extended Instruction Set.”。

扩展截图

screenshot

下载JS Hypothetical Machine扩展crx文件

下载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'"
}