LaTeX in Discord
Render LaTeX in Discord chat.
什麼是LaTeX in Discord?
LaTeX in Discord是由Sophie Huiberts開發的Chrome擴展程式,該擴展的主要功能是“Render LaTeX in Discord chat.”。
擴展截圖
下載LaTeX in Discord擴展crx文件
下載LaTeX in Discord擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | LaTeX in Discord |
ID | bejfcabcmhackmcaaclgiocgfpmpnaml |
官方網址 | https://chromewebstore.google.com/detail/latex-in-discord/bejfcabcmhackmcaaclgiocgfpmpnaml |
簡介 | Render LaTeX in Discord chat. |
檔案大小 | 1.31 MB |
安裝次數 | 1,215 |
目前版本 | 0.5.1 |
更新時間 | 2020-09-05 |
上架時間 | 2020-08-20 |
評分 | 4.33/5 共 3 次評分 |
開發者 | Sophie Huiberts |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sophiehuiberts/katex-with-slack |
說明頁面URL | https://github.com/sophiehuiberts/katex-with-slack |
支援的語言 | 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" } } |