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
官方網址 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
}