LaTeX to HTML

Enter LaTeX code and the extension will convert the code to HTML.

Что такое LaTeX to HTML?

LaTeX to HTML - это расширение Chrome, разработанное Gavin Fowler, и его основная функция - "Enter LaTeX code and the extension will convert the code to HTML.".

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

screenshot

Скачать файл CRX расширения LaTeX to HTML

Скачайте файлы расширений LaTeX to HTML в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Enter LaTeX code and then press the convert button. This will convert the LaTeX to HTML. Please include the css header given from the extension. This will ensure the HTML renders correctly.

This extension was made with the help of KaTeX (https://github.com/KaTeX/KaTeX).                    

Основная информация о расширении

Название LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
Официальный URL https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Описание Enter LaTeX code and the extension will convert the code to HTML.
Размер файла 216 KB
Количество установок 69
Текущая Версия 1.1
Последнее Обновление 2019-05-17
Дата публикации 2019-05-17
Разработчик Gavin Fowler
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LaTeX to HTML",
    "version": "1.1",
    "description": "Enter LaTeX code and the extension will convert the code to HTML.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}