LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Co to jest LaTeX for Jira Cloud - Math Editor?
LaTeX for Jira Cloud - Math Editor to rozszerzenie Chrome opracowane przez Fulstech, a jego główną funkcją jest „This is the only add-on for writing Math content using LaTeX on JIRA Cloud.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LaTeX for Jira Cloud - Math Editor
Pobierz pliki rozszerzeń LaTeX for Jira Cloud - Math Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
Podstawowe informacje o rozszerzeniu
Nazwa | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
Oficjalny URL | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
Opis | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
Rozmiar pliku | 4.65 MB |
Liczba instalacji | 75 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2024-01-21 |
Data Publikacji | 2021-09-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Fulstech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
Adres URL Strony Pomocy | https://fulstech.atlassian.net/servicedesk/customer/portals |
Adres URL Strony Polityki Prywatności | https://fulstech.gitbook.io/docs/privacy-policy |
Obsługiwane Języki | 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\/*" ] } ] } |