LaTeX to HTML

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

Wat is LaTeX to HTML?

LaTeX to HTML is een Chrome-extensie ontwikkeld door Gavin Fowler, en de belangrijkste functie is "Enter LaTeX code and the extension will convert the code to HTML.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LaTeX to HTML

Download LaTeX to HTML-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
Officiële URL https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Beschrijving Enter LaTeX code and the extension will convert the code to HTML.
Bestandsgrootte 216 KB
Aantal Installaties 69
Huidige Versie 1.1
Laatst Bijgewerkt 2019-05-17
Publicatiedatum 2019-05-17
Ontwikkelaar Gavin Fowler
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}