LaTeX for Jira Cloud - Math Editor

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

Co je LaTeX for Jira Cloud - Math Editor?

LaTeX for Jira Cloud - Math Editor je rozšíření Chrome vyvinuté Fulstech, a jeho hlavní funkcí je „This is the only add-on for writing Math content using LaTeX on JIRA Cloud.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LaTeX for Jira Cloud - Math Editor

Stáhněte si soubory rozšíření LaTeX for Jira Cloud - Math Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název LaTeX for Jira Cloud - Math Editor LaTeX for Jira Cloud - Math Editor
ID hhamhpelagjbpokfnbhbbgidekkmpbgf
Oficiální URL https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf
Popis This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Velikost souboru 4.65 MB
Počet instalací 75
Aktuální Verze 2.0.0
Poslední Aktualizace 2024-01-21
Datum Vydání 2021-09-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Fulstech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview
URL Stránky Nápovědy https://fulstech.atlassian.net/servicedesk/customer/portals
URL Stránky Zásad Ochrany Soukromí https://fulstech.gitbook.io/docs/privacy-policy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}