LaTeX in Discord

Render LaTeX in Discord chat.

LaTeX in Discordとは何ですか?

LaTeX in DiscordはSophie Huibertsによって開発されたChromeの拡張機能で、その主な機能は「Render LaTeX in Discord chat.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}