Latex Comments

Compile and show latex formulas in comments.

Latex Commentsคืออะไร?

Latex Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eyal.fink และคุณลักษณะหลักของมันคือ "Compile and show latex formulas in comments."

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

screenshot

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

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

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

                        Compile and show latex formulas in comments (on bitbucket)                    

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

ชื่อ Latex Comments Latex Comments
ID pnbacpdpbhmkgfdjnibjdjmiahnoennj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj
คำอธิบาย Compile and show latex formulas in comments.
ขนาดไฟล์ 7.02 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา eyal.fink
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitbucket.org/efink/latex-comments-extension/overview
URL หน้าช่วยเหลือ https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latex Comments",
    "description": "Compile and show latex formulas in comments.",
    "version": "1.5",
    "permissions": [
        "https:\/\/bitbucket.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bitbucket.org\/*"
            ],
            "css": [],
            "js": [
                "latexify.js"
            ],
            "run_at": "document_idle"
        }
    ]
}