Discord TeX

Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.

Discord TeXとは何ですか?

Discord TeXはSDBagelによって開発されたChromeの拡張機能で、その主な機能は「Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.」です。

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

screenshot

Discord TeX拡張機能のCRXファイルをダウンロード

Discord TeX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Discord TeX lets you easily type in a LaTeX expression and send it to a channel or DM as an image. This lets people without this extension to be able to view your expression. The image is copied to your clipboard, which lets you paste it in any Discord channel or direct message.

** Features **
- Convert and send LaTeX expressions in Discord as images
- Use the extension to convert expressions as images for use on other sites
- Expression images are copied to the clipboard, so they can be used in other programs on your computer

** Privacy **
The extension does not collect or send any user data and operates independently of an internet connection. I trust that Discord collects enough data about their users already :P                    

拡張機能の基本情報

名前 Discord TeX Discord TeX
ID jiengimpehefbjodikggbepdbeljegga
公式URL https://chromewebstore.google.com/detail/discord-tex/jiengimpehefbjodikggbepdbeljegga
説明 Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.
ファイルサイズ 4.57 MB
インストール数 199
現在のバージョン 2.2.4
最終更新日 2021-02-18
公開日 2020-11-03
評価 5.00/5 合計 2 レビュー
開発者 SDBagel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord TeX",
    "description": "Convert and send LaTeX expressions as images in Discord. Format expressions in Discord or for other websites and programs.",
    "version": "2.2.4",
    "icons": {
        "16": "icons\/favicon16.png",
        "48": "icons\/favicon48.png",
        "128": "icons\/favicon128.png"
    },
    "browser_action": {
        "default_icon": "src\/favicon.png",
        "default_popup": "src\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            },
            "description": "Open popup."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "js": [
                "src\/mathjax\/tex-svg.js",
                "src\/index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}