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 |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |