SE Chat MathJax

A Chrome Extension that enables the use of MathJax in all open chat windows.

SE Chat MathJax क्या है?

SE Chat MathJax David Freitag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension that enables the use of MathJax in all open chat windows."।

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

screenshot

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

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

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

                        This extension allows Chrome to incorporate MathJax on any Stack Exchange Chat tabs.

MathJax is a utility which performs typesetting on formatted LaTeX content. Users can freely create and share Math expressions and equations, as well as Chemical Molecular formulas and expressions using the included mhchem extension for MathJax.

LaTeX is the standard for typesetting in many disciplines including, but not limited to, Mathematics, Physics, and Chemistry. It is widely used in academics for typesetting papers as well as individual expressions or equations.

More information about LaTeX can be found here:
https://www.latex-project.org/

More information about MathJax and mhchem can be found here:
https://www.mathjax.org/
https://mhchem.github.io/MathJax-mhchem/                    

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

नाम SE Chat MathJax SE Chat MathJax
ID jkohnpfocfllikbgkfdcghgjgejcfhjb
आधिकारिक URL https://chromewebstore.google.com/detail/se-chat-mathjax/jkohnpfocfllikbgkfdcghgjgejcfhjb
विवरण A Chrome Extension that enables the use of MathJax in all open chat windows.
फ़ाइल का आकार 27.73 KB
स्थापना संख्या 358
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2023-04-17
प्रकाशन तिथि 2015-04-29
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर David Freitag
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dvdfreitag/SE-Chat-MathJax
सहायता पृष्ठ URL https://github.com/dvdfreitag/SE-Chat-MathJax/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SE Chat MathJax",
    "version": "1.4.0",
    "description": "A Chrome Extension that enables the use of MathJax in all open chat windows.",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ajax\/libs\/mathjax\/3.2.2\/es5\/tex-svg.js",
                "ajax\/libs\/mathjax\/3.2.2\/es5\/enclose",
                "ajax\/libs\/mathjax\/3.2.2\/es5\/cancel",
                "ajax\/libs\/mathjax\/3.2.2\/es5\/input\/tex\/extensions\/mhchem.js"
            ],
            "matches": [
                "*:\/\/cdnjs.cloudflare.com\/*"
            ]
        },
        {
            "resources": [
                "Jax.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "128": "so-icon.png"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/chat.stackexchange.com\/rooms\/*"
    ]
}