LaTeX to HTML

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

Apa itu LaTeX to HTML?

LaTeX to HTML adalah ekstensi Chrome yang dikembangkan oleh Gavin Fowler, dan fitur utamanya adalah "Enter LaTeX code and the extension will convert the code to HTML.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LaTeX to HTML

Unduh file ekstensi LaTeX to HTML dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
URL Resmi https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Deskripsi Enter LaTeX code and the extension will convert the code to HTML.
Ukuran File 216 KB
Jumlah Instalasi 69
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-05-17
Tanggal Publikasi 2019-05-17
Pengembang Gavin Fowler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}