JS Hypothetical Machine
Neander Machine with Extended Instruction Set.
Co to jest JS Hypothetical Machine?
JS Hypothetical Machine to rozszerzenie Chrome opracowane przez https://www.dalmirdasilva.com, a jego główną funkcją jest „Neander Machine with Extended Instruction Set.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JS Hypothetical Machine
Pobierz pliki rozszerzeń JS Hypothetical Machine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | JS Hypothetical Machine |
ID | fceihaihbmjkpknodbbhckdaiijijegf |
Oficjalny URL | https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf |
Opis | Neander Machine with Extended Instruction Set. |
Rozmiar pliku | 1.49 MB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2015-11-30 |
Data Publikacji | 2015-11-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.dalmirdasilva.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.dalmirdasilva.com/jshm |
Obsługiwane Języki | 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'" } |