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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mattalx.org และคุณลักษณะหลักของมันคือ "Write mathematical expressions anywhere - Convert LaTeX commands to plain text and paste it on any platform!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MatTalX - Write math symbols

ดาวน์โหลดไฟล์ส่วนขยาย MatTalX - Write math symbols ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}