Discord TeX

Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.

什么是Discord TeX?

Discord TeX是由SDBagel开发的Chrome扩展程序,该扩展的主要功能是“Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.”。

扩展截图

screenshot

下载Discord TeX扩展crx文件

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

扩展使用说明

                        Discord TeX lets you easily type in a LaTeX expression and send it to a channel or DM as an image. This lets people without this extension to be able to view your expression. The image is copied to your clipboard, which lets you paste it in any Discord channel or direct message.

** Features **
- Convert and send LaTeX expressions in Discord as images
- Use the extension to convert expressions as images for use on other sites
- Expression images are copied to the clipboard, so they can be used in other programs on your computer

** Privacy **
The extension does not collect or send any user data and operates independently of an internet connection. I trust that Discord collects enough data about their users already :P                    

扩展基本信息

名称 Discord TeX Discord TeX
ID jiengimpehefbjodikggbepdbeljegga
官方URL https://chromewebstore.google.com/detail/discord-tex/jiengimpehefbjodikggbepdbeljegga
简介 Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.
文件大小 4.57 MB
安装次数 199
当前版本 2.2.4
更新时间 2021-02-18
上架时间 2020-11-03
评分 5.00/5 共2次评分
开发者 SDBagel
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord TeX",
    "description": "Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.",
    "version": "2.2.4",
    "icons": {
        "16": "icons\/favicon16.png",
        "48": "icons\/favicon48.png",
        "128": "icons\/favicon128.png"
    },
    "browser_action": {
        "default_icon": "src\/favicon.png",
        "default_popup": "src\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            },
            "description": "Open popup."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "js": [
                "src\/mathjax\/tex-svg.js",
                "src\/index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}