Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

什么是Unicode Math With LaTeX?

Unicode Math With LaTeX是由boris.pristupa开发的Chrome扩展程序,该扩展的主要功能是“Replace LaTeX to unicode math symbols”。

扩展截图

screenshot

下载Unicode Math With LaTeX扩展crx文件

下载Unicode Math With LaTeX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞.

Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).                    

扩展基本信息

名称 Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
官方URL https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
简介 Replace LaTeX to unicode math symbols
文件大小 33.5 KB
安装次数 98
当前版本 1.0
更新时间 2021-04-15
上架时间 2021-04-14
评分 5.00/5 共1次评分
开发者 boris.pristupa
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicode Math With LaTeX",
    "description": "Replace LaTeX to unicode math symbols",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}