JS Hypothetical Machine
Neander Machine with Extended Instruction Set.
JS Hypothetical Machine là gì?
JS Hypothetical Machine là một tiện ích mở rộng Chrome được phát triển bởi https://www.dalmirdasilva.com, và tính năng chính của nó là "Neander Machine with Extended Instruction Set.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JS Hypothetical Machine
Tải xuống các tệp mở rộng JS Hypothetical Machine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JS Hypothetical Machine |
ID | fceihaihbmjkpknodbbhckdaiijijegf |
URL Chính Thức | https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf |
Mô tả | Neander Machine with Extended Instruction Set. |
Kích Thước Tệp | 1.49 MB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2015-11-30 |
Ngày Phát Hành | 2015-11-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.dalmirdasilva.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.dalmirdasilva.com/jshm |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |