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 là gì?
LaTeX for Jira Cloud - Math Editor là một tiện ích mở rộng Chrome được phát triển bởi Fulstech, và tính năng chính của nó là "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LaTeX for Jira Cloud - Math Editor
Tải xuống các tệp mở rộng LaTeX for Jira Cloud - Math Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This browser extension helps render LaTeX content in Jira Cloud. See documentation here https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LaTeX for Jira Cloud - Math Editor |
ID | hhamhpelagjbpokfnbhbbgidekkmpbgf |
URL Chính Thức | https://chromewebstore.google.com/detail/latex-for-jira-cloud-math/hhamhpelagjbpokfnbhbbgidekkmpbgf |
Mô tả | This is the only add-on for writing Math content using LaTeX on JIRA Cloud. |
Kích Thước Tệp | 4.65 MB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2024-01-21 |
Ngày Phát Hành | 2021-09-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Fulstech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fulstech.gitbook.io/docs/latex-for-jira/jira-cloud/overview |
URL Trang Trợ Giúp | https://fulstech.atlassian.net/servicedesk/customer/portals |
URL Trang Chính Sách Bảo Mật | https://fulstech.gitbook.io/docs/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |