LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
Apa itu LaTeX for Jira Cloud - Math Editor?
LaTeX for Jira Cloud - Math Editor adalah ekstensi Chrome yang dikembangkan oleh Fulstech, dan fitur utamanya adalah "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LaTeX for Jira Cloud - Math Editor
Unduh file ekstensi LaTeX for Jira Cloud - Math Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
Informasi Dasar Ekstensi
Nama | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
URL Resmi | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
Deskripsi | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
Ukuran File | 4.65 MB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2024-01-21 |
Tanggal Publikasi | 2021-09-07 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Fulstech |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
URL Halaman Bantuan | https://fulstech.atlassian.net/servicedesk/customer/portals |
URL Halaman Kebijakan Privasi | https://fulstech.gitbook.io/docs/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } ] } |