LaTeX for Jira Cloud - Math Editor

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

Hvad er LaTeX for Jira Cloud - Math Editor?

LaTeX for Jira Cloud - Math Editor er en Chrome-udvidelse udviklet af Fulstech, og dens hovedfunktion er "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".

Udvidelsesskærmbilleder

screenshot

Download LaTeX for Jira Cloud - Math Editor-udvidelses-CRX-fil

Download LaTeX for Jira Cloud - Math Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn LaTeX for Jira Cloud - Math Editor LaTeX for Jira Cloud - Math Editor
ID hhamhpelagjbpokfnbhbbgidekkmpbgf
Officiel URL https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf
Beskrivelse This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Filstørrelse 4.65 MB
Antal Installationer 75
Nuværende Version 2.0.0
Senest Opdateret 2024-01-21
Udgivelsesdato 2021-09-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Fulstech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview
Hjælpeside-URL https://fulstech.atlassian.net/servicedesk/customer/portals
URL til Fortrolighedspolitik Side https://fulstech.gitbook.io/docs/privacy-policy
Understøttede Sprog 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\/*"
            ]
        }
    ]
}