TeX to Unicode

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

什么是TeX to Unicode?

TeX to Unicode是由https://golopot.github.io/tex-to-unicode开发的Chrome扩展程序,该扩展的主要功能是“Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.”。

扩展截图

screenshot

下载TeX to Unicode扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 TeX to Unicode TeX to Unicode
ID kdojinhjlhbmmbfogccabogomjpjijif
官方URL https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
简介 Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
文件大小 73.66 KB
安装次数 4,541
当前版本 1.6.3
更新时间 2023-08-09
上架时间 2019-11-22
评分 4.50/5 共14次评分
开发者 https://golopot.github.io/tex-to-unicode
电子邮箱 [email protected]
付费类型 free
扩展官网 https://golopot.github.io/tex-to-unicode/
帮助页面URL https://github.com/golopot/tex-to-unicode
支持的语言 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"
    ]
}