LaTeX in Discord
Render LaTeX in Discord chat.
Co to jest LaTeX in Discord?
LaTeX in Discord to rozszerzenie Chrome opracowane przez Sophie Huiberts, a jego główną funkcją jest „Render LaTeX in Discord chat.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LaTeX in Discord
Pobierz pliki rozszerzeń LaTeX in Discord w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | LaTeX in Discord |
ID | bejfcabcmhackmcaaclgiocgfpmpnaml |
Oficjalny URL | https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml |
Opis | Render LaTeX in Discord chat. |
Rozmiar pliku | 1.31 MB |
Liczba instalacji | 1,215 |
Aktualna Wersja | 0.5.1 |
Ostatnia Aktualizacja | 2020-09-05 |
Data Publikacji | 2020-08-20 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | Sophie Huiberts |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sophiehuiberts/katex-with-slack |
Adres URL Strony Pomocy | https://github.com/sophiehuiberts/katex-with-slack |
Obsługiwane Języki | 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" } } |