LaTeX to HTML

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

What is LaTeX to HTML?

LaTeX to HTML is a Chrome extension developed by Gavin Fowler, and its main feature is "Enter LaTeX code and the extension will convert the code to HTML.".

Extension Screenshots

screenshot

Download LaTeX to HTML Extension CRX File

Download LaTeX to HTML extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
Official URL https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Description Enter LaTeX code and the extension will convert the code to HTML.
File Size 216 KB
Installation Count 69
Current Version 1.1
Last Updated 2019-05-17
Publish Date 2019-05-17
Developer Gavin Fowler
Email [email protected]
Payment Type free
Supported Languages 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
}