MatTalX - Write math symbols

Write mathematical expressions anywhere - Convert LaTeX commands to plain text and paste it on any platform!

MatTalX - Write math symbols란 무엇입니까?

MatTalX - Write math symbols은(는) https://mattalx.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write mathematical expressions anywhere - Convert LaTeX commands to plain text and paste it on any platform!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MatTalX - Write math symbols 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With MatTalX (pronounced "Math Talk"), you can convert a simple command, like e^{x} or \alpha into 𝑒ˣ and 𝛼 respectively. They can then be sent via Facebook, Twitter, Instagram, Teams, Gmail, and every other online platform.

You can finally talk about physics, mathematics, chemistry, and (even) chess with your friends! There are more than 1000 commands and you can even create your own! They are quite easy to remember, especially if you are already familiar with LaTeX! If not, simply open the completion popup!

Copy and paste " H(t) | \psi (t) \rangle = i \hbar \frac{\partial}{\partial t}| \psi (t) \rangle " in the upper square, click "Convert" and see what happens! 

Simple, free, and open-source!



** Documentation **
Full and comprehensive documentation is available if you put your mouse above the question mark (?) on the top right corner of the popup that will appear once you open MatTalX.                    

확장 프로그램 기본 정보

이름 MatTalX - Write math symbols MatTalX - Write math symbols
ID jllceliamggkpffccbefpefgmcigaglb
공식 URL https://chromewebstore.google.com/detail/mattalx-write-math-symbol/jllceliamggkpffccbefpefgmcigaglb
설명 Write mathematical expressions anywhere - Convert LaTeX commands to plain text and paste it on any platform!
파일 크기 333 KB
설치 횟수 205
현재 버전 2.7.4
최근 업데이트 2023-10-27
출시 날짜 2022-03-01
평점 5.00/5 총 2 개의 평점
개발자 https://mattalx.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mattalx.org
도움말 페이지 URL https://mattalx.org/documentation.html
개인정보 보호 정책 페이지 URL https://mattalx.org/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MatTalX - Write math symbols",
    "description": "Write mathematical expressions anywhere - Convert LaTeX commands to plain text and paste it on any platform!",
    "version": "2.7.4",
    "icons": {
        "32": "\/images\/mattalx_favicon32.png",
        "48": "\/images\/mattalx_favicon48.png",
        "128": "\/images\/mattalx_favicon128-nobg.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/images\/mattalx_favicon32.png",
            "48": "\/images\/mattalx_favicon48.png",
            "128": "\/images\/mattalx_favicon128-nobg.png"
        },
        "default_title": "MatTalX - Write math symbols"
    },
    "permissions": [
        "storage"
    ]
}