LaTeX to HTML

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

¿Qué es LaTeX to HTML?

LaTeX to HTML es una extensión de Chrome desarrollada por Gavin Fowler, y su función principal es "Enter LaTeX code and the extension will convert the code to HTML.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LaTeX to HTML

Descarga archivos de extensión LaTeX to HTML en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
URL Oficial https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Descripción Enter LaTeX code and the extension will convert the code to HTML.
Tamaño del Archivo 216 KB
Cantidad de Instalaciones 69
Versión Actual 1.1
Última Actualización 2019-05-17
Fecha de Publicación 2019-05-17
Desarrollador Gavin Fowler
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}