Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Unicode Math With LaTeXคืออะไร?
Unicode Math With LaTeX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boris.pristupa และคุณลักษณะหลักของมันคือ "Replace LaTeX to unicode math symbols"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicode Math With LaTeX
ดาวน์โหลดไฟล์ส่วนขยาย Unicode Math With LaTeX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞. Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
คำอธิบาย | Replace LaTeX to unicode math symbols |
ขนาดไฟล์ | 33.5 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-04-15 |
วันที่เผยแพร่ | 2021-04-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | boris.pristupa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unicode Math With LaTeX", "description": "Replace LaTeX to unicode math symbols", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [] } |