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 Fulstech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the only add-on for writing Math content using LaTeX on JIRA Cloud."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LaTeX for Jira Cloud - Math Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
            ]
        }
    ]
}