LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Qu'est-ce que LaTeX for Jira Cloud - Math Editor ?
LaTeX for Jira Cloud - Math Editor est une extension Chrome développée par Fulstech, et sa fonction principale est "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LaTeX for Jira Cloud - Math Editor
Téléchargez les fichiers d'extension LaTeX for Jira Cloud - Math Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
Informations de Base sur l'Extension
Nom | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
URL Officiel | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
Description | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
Taille du Fichier | 4.65 MB |
Nombre d'Installations | 75 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2024-01-21 |
Date de Publication | 2021-09-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Fulstech |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
URL de la Page d'Aide | https://fulstech.atlassian.net/servicedesk/customer/portals |
URL de la Page de Politique de Confidentialité | https://fulstech.gitbook.io/docs/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |