GitHub Math Display
Displays LaTeX math equations in GitHub markdown previews.
GitHub Math Displayคืออะไร?
GitHub Math Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AaronCQL และคุณลักษณะหลักของมันคือ "Displays LaTeX math equations in GitHub markdown previews."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Math Display
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Math Display ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Only targets Markdown previews: code blocks and code previews will not be affected - Fast and efficient rendering using KaTeX - Supports current GitHub website: including internal navigations, and when previewing an edited Markdown file
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Math Display |
ID | cgolaobglebjonjiblcjagnpmdmlgmda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-math-display/cgolaobglebjonjiblcjagnpmdmlgmda |
คำอธิบาย | Displays LaTeX math equations in GitHub markdown previews. |
ขนาดไฟล์ | 1.09 MB |
จำนวนการติดตั้ง | 849 |
เวอร์ชันปัจจุบัน | 0.3.7 |
อัปเดตครั้งล่าสุด | 2022-03-25 |
วันที่เผยแพร่ | 2020-07-30 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | AaronCQL |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AaronCQL/katex-github-chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Math Display", "version": "0.3.7", "description": "Displays LaTeX math equations in GitHub markdown previews.", "icons": { "128": "assets\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/index-b8a067f0.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_end", "css": [ "assets\/katex.css" ] } ], "background": { "scripts": [ "assets\/background-c76225da.js" ], "persistent": true }, "web_accessible_resources": [ "index.js", "assets\/fonts\/*", "constants-d1d9f3fd.js" ], "permissions": [ "webNavigation", "*:\/\/*.github.com\/*" ] } |