LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
ما هو LaTeX to HTML؟
LaTeX to HTML هو إضافة Chrome تم تطويرها بواسطة Gavin Fowler، والميزة الرئيسية لها هي "Enter LaTeX code and the extension will convert the code to HTML.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LaTeX to HTML
قم بتنزيل ملفات الامتداد LaTeX to HTML بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enter LaTeX code and then press the convert button. This will convert the LaTeX to HTML. Please include the css header given from the extension. This will ensure the HTML renders correctly. This extension was made with the help of KaTeX (https://github.com/KaTeX/KaTeX).
معلومات أساسية عن التمديد
الاسم | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
الوصف | Enter LaTeX code and the extension will convert the code to HTML. |
حجم الملف | 216 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-05-17 |
تاريخ النشر | 2019-05-17 |
المطور | Gavin Fowler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LaTeX to HTML", "version": "1.1", "description": "Enter LaTeX code and the extension will convert the code to HTML.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |