Math Suite

A suite of famous mathematical libraries for JavaScript!

Math Suiteคืออะไร?

Math Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sevina และคุณลักษณะหลักของมันคือ "A suite of famous mathematical libraries for JavaScript!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Math Suite

ดาวน์โหลดไฟล์ส่วนขยาย Math Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Math Suite is an extension that enables users to perform complex math operations that involve symbolic computations, complex numbers, matrices, and more.

It supports all JavaScript commands in its editor. Simply type any Math or JavaScript command that you would like in the add-on's console and then press on the - Execute - button at the top toolbar. Please note that, each math engine has a separate documentation. Please read individual documentations available in the add-on's support page before using the add-on. There is a - Sample - button in the add-on's top toolbar which you can use to insert a sample math code in the console. Moreover, you can import your desired code to the add-on (.txt format). Please click on the (+) button in order to open the file input window. The file needs to be in a plain text format.

Note: for the plot function, this add-on uses the Plotly library. You can either use the "Plotly.newPlot" function directly or the simplified "math.plot" function provided. If you want to use the - Plotly - function, please put "output-plot" as the first argument which is the id for plot container in the app UI. "math.plot" uses this id in the background.

If you have a feature request, or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/mathematics-suite.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Math Suite Math Suite
ID gpoofaiiodmdnpdhcklilijfiejhggmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/math-suite/gpoofaiiodmdnpdhcklilijfiejhggmc
คำอธิบาย A suite of famous mathematical libraries for JavaScript!
ขนาดไฟล์ 2.13 MB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2022-02-15
วันที่เผยแพร่ 2020-01-15
ผู้พัฒนา Sevina
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/mathematics-suite.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/mathematics-suite.html
URL หน้านโยบายความเป็นส่วนตัว https://mybrowseraddon.com/privacy-policy/developer/sevina.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "name": "Math Suite",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "mathematics-suite",
    "sandbox": {
        "pages": [
            "data\/interface\/index.html"
        ]
    },
    "homepage_url": "https:\/\/mybrowseraddon.com\/mathematics-suite.html",
    "description": "A suite of famous mathematical libraries for JavaScript!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Math Suite",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}