LaTeX in Discord
Render LaTeX in Discord chat.
Co je LaTeX in Discord?
LaTeX in Discord je rozšíření Chrome vyvinuté Sophie Huiberts, a jeho hlavní funkcí je „Render LaTeX in Discord chat.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LaTeX in Discord
Stáhněte si soubory rozšíření LaTeX in Discord ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | LaTeX in Discord |
ID | bejfcabcmhackmcaaclgiocgfpmpnaml |
Oficiální URL | https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml |
Popis | Render LaTeX in Discord chat. |
Velikost souboru | 1.31 MB |
Počet instalací | 1,215 |
Aktuální Verze | 0.5.1 |
Poslední Aktualizace | 2020-09-05 |
Datum Vydání | 2020-08-20 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | Sophie Huiberts |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sophiehuiberts/katex-with-slack |
URL Stránky Nápovědy | https://github.com/sophiehuiberts/katex-with-slack |
Podporované Jazyky | 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" } } |