LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
Co to jest LaTeX to HTML?
LaTeX to HTML to rozszerzenie Chrome opracowane przez Gavin Fowler, a jego główną funkcją jest „Enter LaTeX code and the extension will convert the code to HTML.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LaTeX to HTML
Pobierz pliki rozszerzeń LaTeX to HTML w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
Oficjalny URL | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
Opis | Enter LaTeX code and the extension will convert the code to HTML. |
Rozmiar pliku | 216 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-05-17 |
Data Publikacji | 2019-05-17 |
Deweloper | Gavin Fowler |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |