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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaTeX for Jira Cloud - Math Editor

ดาวน์โหลดไฟล์ส่วนขยาย LaTeX for Jira Cloud - Math Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ https://fulstech.atlassian.net/servicedesk/customer/portals
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
            ]
        }
    ]
}