LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
Hvad er LaTeX to HTML?
LaTeX to HTML er en Chrome-udvidelse udviklet af Gavin Fowler, og dens hovedfunktion er "Enter LaTeX code and the extension will convert the code to HTML.".
Udvidelsesskærmbilleder
Download LaTeX to HTML-udvidelses-CRX-fil
Download LaTeX to HTML-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
Officiel URL | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
Beskrivelse | Enter LaTeX code and the extension will convert the code to HTML. |
Filstørrelse | 216 KB |
Antal Installationer | 69 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-05-17 |
Udgivelsesdato | 2019-05-17 |
Udvikler | Gavin Fowler |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |