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.」です。

拡張機能のスクリーンショット

screenshot

LaTeX to HTML拡張機能のCRXファイルをダウンロード

LaTeX to HTML拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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).                    

拡張機能の基本情報

名前 LaTeX to HTML LaTeX to HTML
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
Eメール [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
}