LaTeX in Discord

Render LaTeX in Discord chat.

Qu'est-ce que LaTeX in Discord ?

LaTeX in Discord est une extension Chrome développée par Sophie Huiberts, et sa fonction principale est "Render LaTeX in Discord chat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LaTeX in Discord

Téléchargez les fichiers d'extension LaTeX in Discord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LaTeX in Discord LaTeX in Discord
ID bejfcabcmhackmcaaclgiocgfpmpnaml
URL Officiel https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml
Description Render LaTeX in Discord chat.
Taille du Fichier 1.31 MB
Nombre d'Installations 1,215
Version Actuelle 0.5.1
Dernière Mise à Jour 2020-09-05
Date de Publication 2020-08-20
Évaluation 4.33/5 Total 3 Évaluations
Développeur Sophie Huiberts
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sophiehuiberts/katex-with-slack
URL de la Page d'Aide https://github.com/sophiehuiberts/katex-with-slack
Langues Prises en Charge 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"
    }
}