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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}