Latex Math
a simple tool to generate math images from Latex
Latex Mathคืออะไร?
Latex Math เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "a simple tool to generate math images from Latex"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latex Math
ดาวน์โหลดไฟล์ส่วนขยาย Latex Math ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
a simple tool to generate math images from Latex.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Latex Math |
ID | iadfnfppbfedncehcbccibaapaeipocd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/latex-math/iadfnfppbfedncehcbccibaapaeipocd |
คำอธิบาย | a simple tool to generate math images from Latex |
ขนาดไฟล์ | 48.8 KB |
จำนวนการติดตั้ง | 823 |
เวอร์ชันปัจจุบัน | 0.9.0 beta |
อัปเดตครั้งล่าสุด | 2017-09-21 |
วันที่เผยแพร่ | 2017-09-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latex Math", "version": "0.9.0", "version_name": "0.9.0 beta", "author": "PengShaw", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Latex Math", "default_popup": "popup.html" } } |