LaTeX in Discord
Render LaTeX in Discord chat.
LaTeX in Discordคืออะไร?
LaTeX in Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sophie Huiberts และคุณลักษณะหลักของมันคือ "Render LaTeX in Discord chat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaTeX in Discord
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |