LaTeX for Jira Cloud - Math Editor

This is the only add-on for writing Math content using LaTeX on JIRA Cloud.

What is LaTeX for Jira Cloud - Math Editor?

LaTeX for Jira Cloud - Math Editor is a Chrome extension developed by Fulstech, and its main feature is "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".

Extension Screenshots

screenshot

Download LaTeX for Jira Cloud - Math Editor Extension CRX File

Download LaTeX for Jira Cloud - Math Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.                    

Extension Basic Information

Name LaTeX for Jira Cloud - Math Editor LaTeX for Jira Cloud - Math Editor
ID hhamhpelagjbpokfnbhbbgidekkmpbgf
Official URL https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf
Description This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
File Size 4.65 MB
Installation Count 75
Current Version 2.0.0
Last Updated 2024-01-21
Publish Date 2021-09-07
Rating 5.00/5 Total 2 Ratings
Developer Fulstech
Email [email protected]
Payment Type free
Extension Website https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview
Help Page URL https://fulstech.atlassian.net/servicedesk/customer/portals
Privacy Policy Page URL https://fulstech.gitbook.io/docs/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}