LaTeX in Discord

Render LaTeX in Discord chat.

什么是LaTeX in Discord?

LaTeX in Discord是由Sophie Huiberts开发的Chrome扩展程序,该扩展的主要功能是“Render LaTeX in Discord chat.”。

扩展截图

screenshot

下载LaTeX in Discord扩展crx文件

下载LaTeX in Discord扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LaTeX in Discord LaTeX in Discord
ID bejfcabcmhackmcaaclgiocgfpmpnaml
官方URL https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml
简介 Render LaTeX in Discord chat.
文件大小 1.31 MB
安装次数 1,215
当前版本 0.5.1
更新时间 2020-09-05
上架时间 2020-08-20
评分 4.33/5 共3次评分
开发者 Sophie Huiberts
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/sophiehuiberts/katex-with-slack
帮助页面URL https://github.com/sophiehuiberts/katex-with-slack
支持的语言 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"
    }
}