LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
O que é LaTeX to HTML?
LaTeX to HTML é uma extensão do Chrome desenvolvida por Gavin Fowler, e sua principal característica é "Enter LaTeX code and the extension will convert the code to HTML.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LaTeX to HTML
Baixe arquivos de extensão LaTeX to HTML no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
URL Oficial | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
Descrição | Enter LaTeX code and the extension will convert the code to HTML. |
Tamanho do Arquivo | 216 KB |
Contagem de Instalações | 69 |
Versão Atual | 1.1 |
Última Atualização | 2019-05-17 |
Data de Publicação | 2019-05-17 |
Desenvolvedor | Gavin Fowler |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |