LaTeX in Discord
Render LaTeX in Discord chat.
Vad är LaTeX in Discord?
LaTeX in Discord är en Chrome-tillägg utvecklad av Sophie Huiberts, och dess huvudfunktion är "Render LaTeX in Discord chat.".
Tilläggsskärmbilder
Ladda ner LaTeX in Discord-förlängningens CRX-fil
Ladda ner LaTeX in Discord-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | LaTeX in Discord |
ID | bejfcabcmhackmcaaclgiocgfpmpnaml |
Officiell webbadress | https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml |
Beskrivning | Render LaTeX in Discord chat. |
Filstorlek | 1.31 MB |
Antal Installationer | 1,215 |
Aktuell Version | 0.5.1 |
Senast Uppdaterad | 2020-09-05 |
Publiceringsdatum | 2020-08-20 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | Sophie Huiberts |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sophiehuiberts/katex-with-slack |
Hjälpsida URL | https://github.com/sophiehuiberts/katex-with-slack |
Stödda Språk | 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" } } |