JS Hypothetical Machine
Neander Machine with Extended Instruction Set.
ما هو JS Hypothetical Machine؟
JS Hypothetical Machine هو إضافة Chrome تم تطويرها بواسطة https://www.dalmirdasilva.com، والميزة الرئيسية لها هي "Neander Machine with Extended Instruction Set.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JS Hypothetical Machine
قم بتنزيل ملفات الامتداد JS Hypothetical Machine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | JS Hypothetical Machine |
ID | fceihaihbmjkpknodbbhckdaiijijegf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/js-hypothetical-machine/fceihaihbmjkpknodbbhckdaiijijegf |
الوصف | Neander Machine with Extended Instruction Set. |
حجم الملف | 1.49 MB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2015-11-30 |
تاريخ النشر | 2015-11-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.dalmirdasilva.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.dalmirdasilva.com/jshm |
اللغات المدعومة | 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'" } |