LaTeX to HTML

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

什么是LaTeX to HTML?

LaTeX to HTML是由Gavin Fowler开发的Chrome扩展程序,该扩展的主要功能是“Enter LaTeX code and the extension will convert the code to HTML.”。

扩展截图

screenshot

下载LaTeX to HTML扩展crx文件

下载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
}