Rendered Maths Solver

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

Rendered Maths Solver là gì?

Rendered Maths Solver là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rendered Maths Solver

Tải xuống các tệp mở rộng Rendered Maths Solver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rendered Maths Solver Rendered Maths Solver
ID oidmcieabepibdebcckbncbfpkhflkcl
URL Chính Thức https://chromewebstore.google.com/detail/rendered-maths-solver/oidmcieabepibdebcckbncbfpkhflkcl
Mô tả A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.
Kích Thước Tệp 19.2 KB
Số Lần Cài Đặt 600
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-01-22
Ngày Phát Hành 2020-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}