LaTeX to HTML

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

Cos'è LaTeX to HTML?

LaTeX to HTML è un'estensione di Chrome sviluppata da Gavin Fowler, e la sua funzione principale è "Enter LaTeX code and the extension will convert the code to HTML.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LaTeX to HTML

Scarica i file di estensione LaTeX to HTML in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
URL Ufficiale https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Descrizione Enter LaTeX code and the extension will convert the code to HTML.
Dimensione del File 216 KB
Conteggio Installazioni 69
Versione Corrente 1.1
Ultimo Aggiornamento 2019-05-17
Data di Pubblicazione 2019-05-17
Sviluppatore Gavin Fowler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}