LaTeX for Jira Cloud - Math Editor
This is the only add-on for writing Math content using LaTeX on JIRA Cloud.
什麼是LaTeX for Jira Cloud - Math Editor?
LaTeX for Jira Cloud - Math Editor是由Fulstech開發的Chrome擴展程式,該擴展的主要功能是“This is the only add-on for writing Math content using LaTeX on JIRA Cloud.”。
擴展截圖
下載LaTeX for Jira Cloud - Math Editor擴展crx文件
下載LaTeX for Jira Cloud - Math Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
擴展基本資訊
名稱 | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
官方網址 | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
簡介 | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
檔案大小 | 4.65 MB |
安裝次數 | 75 |
目前版本 | 2.0.0 |
更新時間 | 2024-01-21 |
上架時間 | 2021-09-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Fulstech |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
說明頁面URL | https://fulstech.atlassian.net/servicedesk/customer/portals |
隱私政策頁面URL | https://fulstech.gitbook.io/docs/privacy-policy |
支援的語言 | 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\/*" ] } ] } |