LaTeX in Discord
Render LaTeX in Discord chat.
Cos'è LaTeX in Discord?
LaTeX in Discord è un'estensione di Chrome sviluppata da Sophie Huiberts, e la sua funzione principale è "Render LaTeX in Discord chat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LaTeX in Discord
Scarica i file di estensione LaTeX in Discord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | LaTeX in Discord |
ID | bejfcabcmhackmcaaclgiocgfpmpnaml |
URL Ufficiale | https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml |
Descrizione | Render LaTeX in Discord chat. |
Dimensione del File | 1.31 MB |
Conteggio Installazioni | 1,215 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2020-09-05 |
Data di Pubblicazione | 2020-08-20 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Sophie Huiberts |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sophiehuiberts/katex-with-slack |
URL della Pagina di Aiuto | https://github.com/sophiehuiberts/katex-with-slack |
Lingue Supportate | 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" } } |