Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

ما هو Unicode Math With LaTeX؟

Unicode Math With LaTeX هو إضافة Chrome تم تطويرها بواسطة boris.pristupa، والميزة الرئيسية لها هي "Replace LaTeX to unicode math symbols".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Unicode Math With LaTeX

قم بتنزيل ملفات الامتداد Unicode Math With LaTeX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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).                    

معلومات أساسية عن التمديد

الاسم Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
الوصف Replace LaTeX to unicode math symbols
حجم الملف 33.5 KB
عدد التثبيتات 98
النسخة الحالية 1.0
آخر تحديث 2021-04-15
تاريخ النشر 2021-04-14
تقييم 5.00/5 مجموع تقييمات 1
المطور boris.pristupa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": []
}