SE Chat MathJax

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

SE Chat MathJax là gì?

SE Chat MathJax là một tiện ích mở rộng Chrome được phát triển bởi David Freitag, và tính năng chính của nó là "A Chrome Extension that enables the use of MathJax in all open chat windows.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SE Chat MathJax

Tải xuống các tệp mở rộng SE Chat MathJax dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SE Chat MathJax SE Chat MathJax
ID jkohnpfocfllikbgkfdcghgjgejcfhjb
URL Chính Thức https://chromewebstore.google.com/detail/se-chat-mathjax/jkohnpfocfllikbgkfdcghgjgejcfhjb
Mô tả A Chrome Extension that enables the use of MathJax in all open chat windows.
Kích Thước Tệp 27.73 KB
Số Lần Cài Đặt 358
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-04-17
Ngày Phát Hành 2015-04-29
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển David Freitag
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dvdfreitag/SE-Chat-MathJax
URL Trang Trợ Giúp https://github.com/dvdfreitag/SE-Chat-MathJax/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}