Latex Copier
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Latex Copierคืออะไร?
Latex Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oz Kang และคุณลักษณะหลักของมันคือ "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latex Copier
ดาวน์โหลดไฟล์ส่วนขยาย Latex Copier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This allows you to insert expressions using LaTeX in editors that do not support LaTeX but can insert images.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Latex Copier |
ID | mcijdmkdolppghpjladekoagkgkhaenk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk |
คำอธิบาย | This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This… |
ขนาดไฟล์ | 1.07 MB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-12-13 |
วันที่เผยแพร่ | 2022-12-11 |
ผู้พัฒนา | Oz Kang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 3, "name": "Latex Copier", "offline_enabled": true, "version": "1.1.2" } |