Math Studio
Evaluate complex mathematical formula and plot them in a workspace like Matematica
什麼是Math Studio?
Math Studio是由lunu.bounir開發的Chrome擴展程式,該擴展的主要功能是“Evaluate complex mathematical formula and plot them in a workspace like Matematica”。
擴展截圖
下載Math Studio擴展crx文件
下載Math Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } |