LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
Co je LaTeX to HTML?
LaTeX to HTML je rozšíření Chrome vyvinuté Gavin Fowler, a jeho hlavní funkcí je „Enter LaTeX code and the extension will convert the code to HTML.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LaTeX to HTML
Stáhněte si soubory rozšíření LaTeX to HTML ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
Oficiální URL | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
Popis | Enter LaTeX code and the extension will convert the code to HTML. |
Velikost souboru | 216 KB |
Počet instalací | 69 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-05-17 |
Datum Vydání | 2019-05-17 |
Vývojář | Gavin Fowler |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |