LaTeX to HTML

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

Vad är LaTeX to HTML?

LaTeX to HTML är en Chrome-tillägg utvecklad av Gavin Fowler, och dess huvudfunktion är "Enter LaTeX code and the extension will convert the code to HTML.".

Tilläggsskärmbilder

screenshot

Ladda ner LaTeX to HTML-förlängningens CRX-fil

Ladda ner LaTeX to HTML-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn LaTeX to HTML LaTeX to HTML
ID fglbebjofpkoapmppkijjhcbnopanoni
Officiell webbadress https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni
Beskrivning Enter LaTeX code and the extension will convert the code to HTML.
Filstorlek 216 KB
Antal Installationer 69
Aktuell Version 1.1
Senast Uppdaterad 2019-05-17
Publiceringsdatum 2019-05-17
Utvecklare Gavin Fowler
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}