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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}