TeX to Unicode

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

Apa itu TeX to Unicode?

TeX to Unicode adalah ekstensi Chrome yang dikembangkan oleh https://golopot.github.io/tex-to-unicode, dan fitur utamanya adalah "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TeX to Unicode

Unduh file ekstensi TeX to Unicode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TeX to Unicode TeX to Unicode
ID kdojinhjlhbmmbfogccabogomjpjijif
URL Resmi https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
Deskripsi Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Ukuran File 73.66 KB
Jumlah Instalasi 4,541
Versi Saat Ini 1.6.3
Terakhir Diperbarui 2023-08-09
Tanggal Publikasi 2019-11-22
Penilaian 4.50/5 Total 14 Penilaian
Pengembang https://golopot.github.io/tex-to-unicode
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://golopot.github.io/tex-to-unicode/
URL Halaman Bantuan https://github.com/golopot/tex-to-unicode
Bahasa yang Didukung 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"
    ]
}