LaTeX for Jira Cloud - Math Editor

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

Vad är LaTeX for Jira Cloud - Math Editor?

LaTeX for Jira Cloud - Math Editor är en Chrome-tillägg utvecklad av Fulstech, och dess huvudfunktion är "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".

Tilläggsskärmbilder

screenshot

Ladda ner LaTeX for Jira Cloud - Math Editor-förlängningens CRX-fil

Ladda ner LaTeX for Jira Cloud - Math Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn LaTeX for Jira Cloud - Math Editor LaTeX for Jira Cloud - Math Editor
ID hhamhpelagjbpokfnbhbbgidekkmpbgf
Officiell webbadress https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf
Beskrivning This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Filstorlek 4.65 MB
Antal Installationer 75
Aktuell Version 2.0.0
Senast Uppdaterad 2024-01-21
Publiceringsdatum 2021-09-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Fulstech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview
Hjälpsida URL https://fulstech.atlassian.net/servicedesk/customer/portals
URL till Sekretesspolicy Sidan https://fulstech.gitbook.io/docs/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}