Math Anywhere

Render LaTeX & MathML formulas on any page you want

Math Anywhere क्या है?

Math Anywhere Andrew Korzhuev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Render LaTeX & MathML formulas on any page you want"।

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

screenshot

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

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

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

                        Makes browsing and reading documents with mathematical notation easy! Just click on a integral icon and all MathML & LaTeX formulas on this website would be rendered with MathJax.

# Changelog
## v2.0
* HTTPS support
* Fallback to MathJax for img with alt tag

## v1.1
* Compatability with Chrome 21

## v1.0
* Initial release.                    

एक्सटेंशन की मूल जानकारी

नाम Math Anywhere Math Anywhere
ID gebhifiddmaaeecbaiemfpejghjdjmhc
आधिकारिक URL https://chromewebstore.google.com/detail/math-anywhere/gebhifiddmaaeecbaiemfpejghjdjmhc
विवरण Render LaTeX & MathML formulas on any page you want
फ़ाइल का आकार 26.87 KB
स्थापना संख्या 26,613
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-08-13
प्रकाशन तिथि 2016-08-13
रेटिंग 3.74/5 कुल 65 रेटिंग्स
डेवलपर Andrew Korzhuev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andrusha/mathml-chrome
सहायता पृष्ठ URL https://github.com/andrusha/mathml-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Math Anywhere",
    "description": "Render LaTeX & MathML formulas on any page you want",
    "version": "2.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Enable Math on this domain"
    },
    "background": {
        "scripts": [
            "mathml-chrome.js"
        ]
    },
    "options_page": "options.html"
}