TeX to Unicode

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

TeX to Unicodeคืออะไร?

TeX to Unicode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://golopot.github.io/tex-to-unicode และคุณลักษณะหลักของมันคือ "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TeX to Unicode

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}