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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |