texditor
Easily type your math and get its LaTeX.
ما هو texditor؟
texditor هو إضافة Chrome تم تطويرها بواسطة texditor، والميزة الرئيسية لها هي "Easily type your math and get its LaTeX.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة texditor
قم بتنزيل ملفات الامتداد texditor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension that lets you quickly type math and renders LaTeX.
معلومات أساسية عن التمديد
الاسم | texditor |
ID | eanjkjeaiipcjcbghbdcanibflbbaind |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
الوصف | Easily type your math and get its LaTeX. |
حجم الملف | 112 KB |
عدد التثبيتات | 277 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2017-07-26 |
تاريخ النشر | 2017-07-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | texditor |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/chrisboo/texditor |
عنوان صفحة المساعدة | https://github.com/chrisboo/texditor/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "texditor", "description": "Easily type your math and get its LaTeX.", "version": "0.0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |