LaTeX in Discord

Render LaTeX in Discord chat.

What is LaTeX in Discord?

LaTeX in Discord is a Chrome extension developed by Sophie Huiberts, and its main feature is "Render LaTeX in Discord chat.".

Extension Screenshots

screenshot

Download LaTeX in Discord Extension CRX File

Download LaTeX in Discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LaTeX in Discord LaTeX in Discord
ID bejfcabcmhackmcaaclgiocgfpmpnaml
Official URL https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml
Description Render LaTeX in Discord chat.
File Size 1.31 MB
Installation Count 1,215
Current Version 0.5.1
Last Updated 2020-09-05
Publish Date 2020-08-20
Rating 4.33/5 Total 3 Ratings
Developer Sophie Huiberts
Email [email protected]
Payment Type free
Extension Website https://github.com/sophiehuiberts/katex-with-slack
Help Page URL https://github.com/sophiehuiberts/katex-with-slack
Supported Languages 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"
    }
}