JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

¿Qué es JS Hypothetical Machine?

JS Hypothetical Machine es una extensión de Chrome desarrollada por https://www.dalmirdasilva.com, y su función principal es "Neander Machine with Extended Instruction Set.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión JS Hypothetical Machine

Descarga archivos de extensión JS Hypothetical Machine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
URL Oficial https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Descripción Neander Machine with Extended Instruction Set.
Tamaño del Archivo 1.49 MB
Cantidad de Instalaciones 29
Versión Actual 1.4.0
Última Actualización 2015-11-30
Fecha de Publicación 2015-11-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.dalmirdasilva.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.dalmirdasilva.com/jshm
Idiomas Soportados 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'"
}