Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

What is Unicode Math With LaTeX?

Unicode Math With LaTeX is a Chrome extension developed by boris.pristupa, and its main feature is "Replace LaTeX to unicode math symbols".

Extension Screenshots

screenshot

Download Unicode Math With LaTeX Extension CRX File

Download Unicode Math With LaTeX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
Official URL https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
Description Replace LaTeX to unicode math symbols
File Size 33.5 KB
Installation Count 98
Current Version 1.0
Last Updated 2021-04-15
Publish Date 2021-04-14
Rating 5.00/5 Total 1 Ratings
Developer boris.pristupa
Email [email protected]
Payment Type free
Supported Languages 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": []
}