LaTeX to HTML

Enter LaTeX code and the extension will convert the code to HTML.

LaTeX to HTMLคืออะไร?

LaTeX to HTML เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin Fowler และคุณลักษณะหลักของมันคือ "Enter LaTeX code and the extension will convert the code to HTML."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaTeX to HTML

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}