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!”。
扩展截图
下载MatTalX - Write math symbols扩展crx文件
下载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 |
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" ] } |