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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension that enables the use of MathJax in all open chat windows."입니다.

확장 프로그램 스크린샷

screenshot

SE Chat MathJax 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}