Native MathML

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

什麼是Native MathML?

Native MathML是由Frédéric Wang開發的Chrome擴展程式,該擴展的主要功能是“Force MathJax/KaTeX/MediaWiki to use native MathML rendering.”。

擴展截圖

screenshot
screenshot

下載Native MathML擴展crx文件

下載Native MathML擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}