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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rendered Maths Solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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