Rendered Maths Solver

A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.

Rendered Maths Solverคืออะไร?

Rendered Maths Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rendered Maths Solver

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

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

                        If you run into any issues with this add-on please email [incoming+efunb-rendered-maths-solver-15477312-issue-@incoming.gitlab.com]

It is known to work on the following sites:
- [Quora](https://www.quora.com/)
- [Integral Maths](https://integralmaths.org/)
- [SUVAT.app](https://suvat.app/)

Simply click the maths to get the solutions.

https://gitlab.com/efunb/rendered-maths-solver                    

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

ชื่อ Rendered Maths Solver Rendered Maths Solver
ID oidmcieabepibdebcckbncbfpkhflkcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rendered-maths-solver/oidmcieabepibdebcckbncbfpkhflkcl
คำอธิบาย A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.
ขนาดไฟล์ 19.2 KB
จำนวนการติดตั้ง 600
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-01-22
วันที่เผยแพร่ 2020-01-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rendered Maths Solver",
    "description": "A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.",
    "version": "0.1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html",
        "default_title": "Rendered Maths Solver"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}