QuickTeX
Rapidly render LaTeX in the menu bar.
ما هو QuickTeX؟
QuickTeX هو إضافة Chrome تم تطويرها بواسطة Arman Bhalla، والميزة الرئيسية لها هي "Rapidly render LaTeX in the menu bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickTeX
قم بتنزيل ملفات الامتداد QuickTeX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images. Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.
معلومات أساسية عن التمديد
الاسم | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
الوصف | Rapidly render LaTeX in the menu bar. |
حجم الملف | 1.55 MB |
عدد التثبيتات | 298 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | Arman Bhalla |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://techtide.github.io/ |
عنوان صفحة المساعدة | https://techtide.github.io/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTeX", "version": "1.4", "description": "Rapidly render LaTeX in the menu bar.", "icons": { "32": "icons\/QT-32.png", "48": "icons\/QT-48.png", "96": "icons\/QT-96.png" }, "browser_action": { "default_icon": "icons\/QT-96.png", "default_title": "QuickTeX", "default_popup": "popup\/window.html", "browser_style": true }, "permissions": [ "webRequest", "localStorage", "activeTabs" ] } |