LaTeX for Jira Cloud - Math Editor

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

Was ist LaTeX for Jira Cloud - Math Editor?

LaTeX for Jira Cloud - Math Editor ist eine Chrome-Erweiterung, die von Fulstech entwickelt wurde, und ihr Hauptmerkmal ist "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".

Erweiterungsscreenshots

screenshot

LaTeX for Jira Cloud - Math Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie LaTeX for Jira Cloud - Math Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LaTeX for Jira Cloud - Math Editor LaTeX for Jira Cloud - Math Editor
ID hhamhpelagjbpokfnbhbbgidekkmpbgf
Offizielle URL https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf
Beschreibung This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Dateigröße 4.65 MB
Installationsanzahl 75
Aktuelle Version 2.0.0
Letztes Update 2024-01-21
Veröffentlichungsdatum 2021-09-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Fulstech
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview
Hilfeseite URL https://fulstech.atlassian.net/servicedesk/customer/portals
URL der Datenschutzrichtlinien-Seite https://fulstech.gitbook.io/docs/privacy-policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}