JS Hypothetical Machine
Neander Machine with Extended Instruction Set.
O que é JS Hypothetical Machine?
JS Hypothetical Machine é uma extensão do Chrome desenvolvida por https://www.dalmirdasilva.com, e sua principal característica é "Neander Machine with Extended Instruction Set.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JS Hypothetical Machine
Baixe arquivos de extensão JS Hypothetical Machine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | JS Hypothetical Machine |
ID | fceihaihbmjkpknodbbhckdaiijijegf |
URL Oficial | https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf |
Descrição | Neander Machine with Extended Instruction Set. |
Tamanho do Arquivo | 1.49 MB |
Contagem de Instalações | 29 |
Versão Atual | 1.4.0 |
Última Atualização | 2015-11-30 |
Data de Publicação | 2015-11-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.dalmirdasilva.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.dalmirdasilva.com/jshm |
Idiomas Suportados | 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'" } |