Latex Copier

This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…

ما هو Latex Copier؟

Latex Copier هو إضافة Chrome تم تطويرها بواسطة Oz Kang، والميزة الرئيسية لها هي "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Latex Copier

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

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

                        This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX.

This allows you to insert expressions using LaTeX in editors that do not support LaTeX but can insert images.                    

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

الاسم Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
عنوان URL الرسمي https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
الوصف This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
حجم الملف 1.07 MB
عدد التثبيتات 91
النسخة الحالية 1.1.2
آخر تحديث 2022-12-13
تاريخ النشر 2022-12-11
المطور Oz Kang
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Latex Copier",
    "offline_enabled": true,
    "version": "1.1.2"
}