JS Hypothetical Machine
Neander Machine with Extended Instruction Set.
JS Hypothetical Machine क्या है?
JS Hypothetical Machine https://www.dalmirdasilva.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Neander Machine with Extended Instruction Set."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JS Hypothetical Machine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |