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