JS Hypothetical Machine

Neander Machine with Extended Instruction Set.

Apa itu JS Hypothetical Machine?

JS Hypothetical Machine adalah ekstensi Chrome yang dikembangkan oleh https://www.dalmirdasilva.com, dan fitur utamanya adalah "Neander Machine with Extended Instruction Set.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JS Hypothetical Machine

Unduh file ekstensi JS Hypothetical Machine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JS Hypothetical Machine JS Hypothetical Machine
ID fceihaihbmjkpknodbbhckdaiijijegf
URL Resmi https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf
Deskripsi Neander Machine with Extended Instruction Set.
Ukuran File 1.49 MB
Jumlah Instalasi 29
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2015-11-30
Tanggal Publikasi 2015-11-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.dalmirdasilva.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.dalmirdasilva.com/jshm
Bahasa yang Didukung 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'"
}