MathJax 3 Plugin for Github
Renders Github equations with MathJax 3
MathJax 3 Plugin for Githubคืออะไร?
MathJax 3 Plugin for Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam Ritchie และคุณลักษณะหลักของมันคือ "Renders Github equations with MathJax 3"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MathJax 3 Plugin for Github
ดาวน์โหลดไฟล์ส่วนขยาย MathJax 3 Plugin for Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin renders LaTeX equations on any page on Github using the wonderful MathJax library, version 3.0. the only thing you need to do to get this working in Markdown files on Github is to either use: - `$a = b$` or `$$a = b$$` format, or - escape your backslash, like `\\(a = bc\\)` or `\\[a = bc\\]` You don't need to escape markdown in your code comments. They'll render just fine.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MathJax 3 Plugin for Github |
ID | peoghobgdhejhcmgoppjpjcidngdfkod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mathjax-3-plugin-for-gith/peoghobgdhejhcmgoppjpjcidngdfkod |
คำอธิบาย | Renders Github equations with MathJax 3 |
ขนาดไฟล์ | 2.05 MB |
จำนวนการติดตั้ง | 1,724 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2020-06-05 |
วันที่เผยแพร่ | 2020-06-04 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Sam Ritchie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sritchie/github-mathjax |
URL หน้าช่วยเหลือ | https://github.com/sritchie/github-mathjax/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MathJax 3 Plugin for Github", "description": "Renders Github equations with MathJax 3", "version": "0.3.3", "permissions": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "web_accessible_resources": [ "mathjax_config.js", "scripts\/require236.js", "scripts\/jquery-1.11.3.min.js", "scripts\/mathjax3.js", "scripts\/dynamic_math.js", "scripts\/a11y\/*", "scripts\/input\/*", "scripts\/output\/*", "scripts\/sre\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "scripts\/jquery-1.11.3.min.js", "scripts\/require236.js", "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |