LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Wat is LaTeX for Jira Cloud - Math Editor?
LaTeX for Jira Cloud - Math Editor is een Chrome-extensie ontwikkeld door Fulstech, en de belangrijkste functie is "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".
Extensie Screenshots
Download het CRX-bestand van de extensie LaTeX for Jira Cloud - Math Editor
Download LaTeX for Jira Cloud - Math Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
Basisinformatie over de Extensie
Naam | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
Officiële URL | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
Beschrijving | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
Bestandsgrootte | 4.65 MB |
Aantal Installaties | 75 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2024-01-21 |
Publicatiedatum | 2021-09-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Fulstech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
Help Pagina-URL | https://fulstech.atlassian.net/servicedesk/customer/portals |
URL van de Privacybeleid Pagina | https://fulstech.gitbook.io/docs/privacy-policy |
Ondersteunde Talen | 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\/*" ] } ] } |