LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
LaTeX to HTML là gì?
LaTeX to HTML là một tiện ích mở rộng Chrome được phát triển bởi Gavin Fowler, và tính năng chính của nó là "Enter LaTeX code and the extension will convert the code to HTML.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LaTeX to HTML
Tải xuống các tệp mở rộng LaTeX to HTML dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
URL Chính Thức | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
Mô tả | Enter LaTeX code and the extension will convert the code to HTML. |
Kích Thước Tệp | 216 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-05-17 |
Ngày Phát Hành | 2019-05-17 |
Nhà Phát Triển | Gavin Fowler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |