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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.”。

扩展截图

screenshot

下载Rendered Maths Solver扩展crx文件

下载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]"
        }
    }
}