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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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\/*"
            ]
        }
    ]
}