LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
Qu'est-ce que LaTeX to HTML ?
LaTeX to HTML est une extension Chrome développée par Gavin Fowler, et sa fonction principale est "Enter LaTeX code and the extension will convert the code to HTML.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LaTeX to HTML
Téléchargez les fichiers d'extension LaTeX to HTML au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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). Informations de Base sur l'Extension
| Nom | |
| ID | fglbebjofpkoapmppkijjhcbnopanoni |
| URL Officiel | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
| Description | Enter LaTeX code and the extension will convert the code to HTML. |
| Taille du Fichier | 216 KB |
| Nombre d'Installations | 69 |
| Version Actuelle | 1.1 |
| Dernière Mise à Jour | 2019-05-17 |
| Date de Publication | 2019-05-17 |
| Développeur | Gavin Fowler |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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
} | |