Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

Apa itu Unicode Math With LaTeX?

Unicode Math With LaTeX adalah ekstensi Chrome yang dikembangkan oleh boris.pristupa, dan fitur utamanya adalah "Replace LaTeX to unicode math symbols".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unicode Math With LaTeX

Unduh file ekstensi Unicode Math With LaTeX 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

                        Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞.

Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).                    

Informasi Dasar Ekstensi

Nama Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
URL Resmi https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
Deskripsi Replace LaTeX to unicode math symbols
Ukuran File 33.5 KB
Jumlah Instalasi 98
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-15
Tanggal Publikasi 2021-04-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang boris.pristupa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicode Math With LaTeX",
    "description": "Replace LaTeX to unicode math symbols",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}