LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
ما هو LaTeX for Jira Cloud - Math Editor؟
LaTeX for Jira Cloud - Math Editor هو إضافة Chrome تم تطويرها بواسطة Fulstech، والميزة الرئيسية لها هي "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LaTeX for Jira Cloud - Math Editor
قم بتنزيل ملفات الامتداد LaTeX for Jira Cloud - Math Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
معلومات أساسية عن التمديد
الاسم | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
الوصف | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
حجم الملف | 4.65 MB |
عدد التثبيتات | 75 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2024-01-21 |
تاريخ النشر | 2021-09-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Fulstech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
عنوان صفحة المساعدة | https://fulstech.atlassian.net/servicedesk/customer/portals |
عنوان صفحة سياسة الخصوصية | https://fulstech.gitbook.io/docs/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LaTeX for Jira Cloud - Math Editor", "description": "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.", "version": "2.0.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "css": [], "js": [ "scripts\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "node_modules\/mathjax\/es5\/*", "scripts\/*" ], "matches": [ "https:\/\/*.atlassian.net\/*" ] } ] } |