LaTeX to HTML

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

Was ist LaTeX to HTML?

LaTeX to HTML ist eine Chrome-Erweiterung, die von Gavin Fowler entwickelt wurde, und ihr Hauptmerkmal ist "Enter LaTeX code and the extension will convert the code to HTML.".

Erweiterungsscreenshots

screenshot

LaTeX to HTML-Erweiterungs-CRX-Datei herunterladen

Laden Sie LaTeX to HTML-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
Offizielle URL https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Beschreibung Enter LaTeX code and the extension will convert the code to HTML.
Dateigröße 216 KB
Installationsanzahl 69
Aktuelle Version 1.1
Letztes Update 2019-05-17
Veröffentlichungsdatum 2019-05-17
Entwickler Gavin Fowler
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}