LaTeX to HTML
Enter LaTeX code and the extension will convert the code to HTML.
LaTeX to HTML란 무엇입니까?
LaTeX to HTML은(는) Gavin Fowler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enter LaTeX code and the extension will convert the code to HTML."입니다.
확장 프로그램 스크린샷
LaTeX to HTML 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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).
확장 프로그램 기본 정보
이름 | |
ID | fglbebjofpkoapmppkijjhcbnopanoni |
공식 URL | https://chrome.google.com/webstore/detail/latex-to-html/fglbebjofpkoapmppkijjhcbnopanoni |
설명 | Enter LaTeX code and the extension will convert the code to HTML. |
파일 크기 | 216 KB |
설치 횟수 | 69 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-05-17 |
출시 날짜 | 2019-05-17 |
개발자 | Gavin Fowler |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } |