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 - это расширение Chrome, разработанное Fulstech, и его основная функция - "This is the only add-on for writing Math content using LaTeX on JIRA Cloud.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения LaTeX for Jira Cloud - Math Editor

Скачайте файлы расширений 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\/*"
            ]
        }
    ]
}