TeX to Unicode

Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.

What is TeX to Unicode?

TeX to Unicode is a Chrome extension developed by https://golopot.github.io/tex-to-unicode, and its main feature is "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".

Extension Screenshots

screenshot

Download TeX to Unicode Extension CRX File

Download TeX to Unicode 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

                        Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W  (Control + W for Mac).                    

Extension Basic Information

Name TeX to Unicode TeX to Unicode
ID kdojinhjlhbmmbfogccabogomjpjijif
Official URL https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
Description Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
File Size 73.66 KB
Installation Count 4,541
Current Version 1.6.3
Last Updated 2023-08-09
Publish Date 2019-11-22
Rating 4.50/5 Total 14 Ratings
Developer https://golopot.github.io/tex-to-unicode
Email [email protected]
Payment Type free
Extension Website https://golopot.github.io/tex-to-unicode/
Help Page URL https://github.com/golopot/tex-to-unicode
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6.3",
    "name": "TeX to Unicode",
    "description": "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.",
    "action": {
        "default_title": "TeX to Unicode",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "convert": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "MacCtrl+W"
            },
            "description": "Convert selected TeX to unicode."
        }
    },
    "icons": {
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}