LaTeX in Discord

Render LaTeX in Discord chat.

Wat is LaTeX in Discord?

LaTeX in Discord is een Chrome-extensie ontwikkeld door Sophie Huiberts, en de belangrijkste functie is "Render LaTeX in Discord chat.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LaTeX in Discord

Download LaTeX in Discord-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LaTeX in Discord LaTeX in Discord
ID bejfcabcmhackmcaaclgiocgfpmpnaml
Officiële URL https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml
Beschrijving Render LaTeX in Discord chat.
Bestandsgrootte 1.31 MB
Aantal Installaties 1,215
Huidige Versie 0.5.1
Laatst Bijgewerkt 2020-09-05
Publicatiedatum 2020-08-20
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Sophie Huiberts
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sophiehuiberts/katex-with-slack
Help Pagina-URL https://github.com/sophiehuiberts/katex-with-slack
Ondersteunde Talen 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"
    }
}