Math Studio
Evaluate complex mathematical formula and plot them in a workspace like Matematica
Math Studio क्या है?
Math Studio lunu.bounir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Evaluate complex mathematical formula and plot them in a workspace like Matematica"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Math Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Write complex math expressions in a workspace that can be accessed within a browser tab or toolbar popup. The environment supports full mathematical expressions thanks to the internal MathJS library. You can use matrixes, arrays, and complex numbers. To ease the usage, you can even write JavaScript functions and use those functions in your mathematical sandbox. Features: 1. Supports numbers, big numbers, complex numbers, fractions, and units 2. Supports strings, arrays, and matrices. 3. Supports symbolic computation 4. Comes with a large set of built-in functions and constants. 5. Comes with a built-in plotting tool 6. Supports as many computational boxes as needed 7. Supports keyboard navigation between the boxes, and you can evaluate each box whenever needed. 8. Runs the evaluation in a sandboxed window This extension uses the following libraries: 1. math.js 2. Chart.js 3. Notify.js 4. Workspace.js The extension has a powerful built-in plotting tool. Make sure to visit the FAQs page for more info.
एक्सटेंशन की मूल जानकारी
नाम | Math Studio |
ID | dcdkmddkbojdpplmjmngcipaabeighmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/math-studio/dcdkmddkbojdpplmjmngcipaabeighmp |
विवरण | Evaluate complex mathematical formula and plot them in a workspace like Matematica |
फ़ाइल का आकार | 266 KB |
स्थापना संख्या | 746 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2022-01-05 |
प्रकाशन तिथि | 2018-11-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | lunu.bounir |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://add0n.com/math-studio.html |
सहायता पृष्ठ URL | https://add0n.com/math-studio.html |
गोपनीयता नीति पृष्ठ URL | https://add0n.com/policies/lunu.bounir.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "Math Studio", "description": "Evaluate complex mathematical formula and plot them in a workspace like Matematica", "homepage_url": "https:\/\/add0n.com\/math-studio.html", "permissions": [ "storage", "contextMenus" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "sandbox": { "pages": [ "data\/studio\/sandbox.html" ] }, "background": { "service_worker": "worker.js" }, "action": [], "commands": { "_execute_action": { "description": "Press the action button" } } } |