texditor

Easily type your math and get its LaTeX.

texditorคืออะไร?

texditor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย texditor และคุณลักษณะหลักของมันคือ "Easily type your math and get its LaTeX."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย texditor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A chrome extension that lets you quickly type math and renders LaTeX.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
คำอธิบาย Easily type your math and get its LaTeX.
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2017-07-26
วันที่เผยแพร่ 2017-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา texditor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chrisboo/texditor
URL หน้าช่วยเหลือ https://github.com/chrisboo/texditor/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "texditor",
    "description": "Easily type your math and get its LaTeX.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}