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
官方網址 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"
    ]
}