Native MathML

Force MathJax/KaTeX/MediaWiki to use native MathML rendering.

Native MathML क्या है?

Native MathML Frédéric Wang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force MathJax/KaTeX/MediaWiki to use native MathML rendering."।

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

screenshot
screenshot

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

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

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

                        This add-on performs the following actions on each page to try and switch to native MathML rendering when possible:

- Insert CSS stylesheets to display the hidden MathML output generated by MediaWiki, MathJax ≥ 3 and KaTeX ≥ 0.2.

- Set the preference cookie of MathJax 2 so that it uses its NativeMML output processor.

It is recommended to install math fonts for best MathML rendering.

Examples of Web pages:
- Wikipedia Fourier transform (MediaWiki) 
- KaTeX homepage (KaTeX)
- MathJax samples (MathJax 3)
- math.stackexchange (MathJax 2)                    

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

नाम Native MathML Native MathML
ID lcadkfljmcmcflpdbfmgcpjlejmpcplg
आधिकारिक URL https://chromewebstore.google.com/detail/native-mathml/lcadkfljmcmcflpdbfmgcpjlejmpcplg
विवरण Force MathJax/KaTeX/MediaWiki to use native MathML rendering.
फ़ाइल का आकार 16.74 KB
स्थापना संख्या 554
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-12-27
प्रकाशन तिथि 2022-12-27
डेवलपर Frédéric Wang
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Native MathML",
    "version": "2.0.0",
    "description": "Force MathJax\/KaTeX\/MediaWiki to use native MathML rendering.",
    "author": "Fr\u00e9d\u00e9ric Wang",
    "homepage_url": "https:\/\/github.com\/fred-wang\/webextension-native-mathml",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "content-scripts\/katex.css",
                "content-scripts\/mathjax-v3.css",
                "content-scripts\/mediawiki.css"
            ],
            "js": [
                "content-scripts\/mathjax-v2-menu-cookie.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "jid1-fGtBdrROY6E1gA@jetpack"
        }
    }
}