LaTeX Cheat Sheet
A LaTeX cheat sheet, one click away
LaTeX Cheat Sheetคืออะไร?
LaTeX Cheat Sheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abir Bhushan และคุณลักษณะหลักของมันคือ "A LaTeX cheat sheet, one click away"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaTeX Cheat Sheet
ดาวน์โหลดไฟล์ส่วนขยาย LaTeX Cheat Sheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
LaTeX Cheat Sheet is a browser extension for Google Chrome that provides easy access to many of the commands and packages used to create LaTeX documents; be it as simple as x^{2} or something as unfamiliar as BibTeX, this cheat sheet has got you covered. Feedback: Email: [email protected] _______________________________________________ The best place for support is not in the reviews section below, but on GitHub: https://github.com/abircb/latex-cheat-sheet/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LaTeX Cheat Sheet |
ID | hgpipalfldnmpieagkbdkeflgmkhbfba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba |
คำอธิบาย | A LaTeX cheat sheet, one click away |
ขนาดไฟล์ | 24.91 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-12-06 |
วันที่เผยแพร่ | 2019-12-05 |
ผู้พัฒนา | Abir Bhushan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/abircb/latex-cheat-sheet |
URL หน้าช่วยเหลือ | https://github.com/abircb/latex-cheat-sheet/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaTeX Cheat Sheet", "description": "A LaTeX cheat sheet, one click away", "version": "1.0.1", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "default_locale": "en", "browser_action": { "default_icon": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "default_title": "LaTex Cheat Sheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'" } |