LaTeX in Discord

Render LaTeX in Discord chat.

LaTeX in Discord là gì?

LaTeX in Discord là một tiện ích mở rộng Chrome được phát triển bởi Sophie Huiberts, và tính năng chính của nó là "Render LaTeX in Discord chat.".

Ả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 LaTeX in Discord

Tải xuống các tệp mở rộng LaTeX in Discord 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 addon will render LaTeX formulas in the Discord browser client.

To type a formula to render, use $e^x$ for inline or $$e^x$$ for display mode.

Note that Discord can be a bit funny with the characters *, _, and \. Adding backslashes \  before those to escape Discord's message formatting functions will fix your messages.                    

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

Tên LaTeX in Discord LaTeX in Discord
ID bejfcabcmhackmcaaclgiocgfpmpnaml
URL Chính Thức https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml
Mô tả Render LaTeX in Discord chat.
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 1,215
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2020-09-05
Ngày Phát Hành 2020-08-20
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sophie Huiberts
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sophiehuiberts/katex-with-slack
URL Trang Trợ Giúp https://github.com/sophiehuiberts/katex-with-slack
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "katex.css"
            ],
            "matches": [
                "*:\/\/*.discord.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "description": "Render LaTeX in Discord chat.",
    "manifest_version": 2,
    "name": "LaTeX in Discord",
    "short_name": "latex-discord",
    "version": "0.5.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}