TeX to Unicode

テキストエリアに入力したTeXライクな文字列を対応するUnicode文字に変換します。

What is TeX to Unicode?

TeX to Unicode is a Chrome extension developed by https://uhyohyo.net, and its main feature is "テキストエリアに入力したTeXライクな文字列を対応するUnicode文字に変換します。".

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

                        テキストエリアに入力したTeXライクな文字列を対応するUnicode文字に変換します。                    

Extension Basic Information

Name TeX to Unicode TeX to Unicode
ID mopjaphfiomboomfelgpkfgjopihpfig
Official URL https://chromewebstore.google.com/detail/tex-to-unicode/mopjaphfiomboomfelgpkfgjopihpfig
Description テキストエリアに入力したTeXライクな文字列を対応するUnicode文字に変換します。
File Size 21.56 KB
Installation Count 179
Current Version 0.2.1
Last Updated 2018-05-01
Publish Date 2018-05-01
Developer https://uhyohyo.net
Payment Type free
Extension Website http://uhyohyo.net/tex-unicode/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeX to Unicode",
    "version": "0.2.1",
    "description": "\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u306b\u5165\u529b\u3057\u305fTeX\u30e9\u30a4\u30af\u306a\u6587\u5b57\u5217\u3092\u5bfe\u5fdc\u3059\u308bUnicode\u6587\u5b57\u306b\u5909\u63db\u3057\u307e\u3059\u3002",
    "author": "uhyo",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/bundle.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        },
        "default_title": "TeX to Unicode",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "dist\/bundle.js",
            "js\/event.js"
        ],
        "persistent": false
    }
}