Shortleaf
Custom keyboard shortcuts for Overleaf.
Shortleafคืออะไร?
Shortleaf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre Alcantara และคุณลักษณะหลักของมันคือ "Custom keyboard shortcuts for Overleaf."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortleaf
ดาวน์โหลดไฟล์ส่วนขยาย Shortleaf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds keyboard shortcuts to the popular Overleaf online latex editor. Examples include: - alt+a for \alpha - alt+\ for \frac{selected text here}{} - alt-` for ``selected text here'' These shortcuts are fully customizable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shortleaf |
ID | hmkemgnhfglmggklpfodjgkabaicchjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shortleaf/hmkemgnhfglmggklpfodjgkabaicchjn |
คำอธิบาย | Custom keyboard shortcuts for Overleaf. |
ขนาดไฟล์ | 21.72 KB |
จำนวนการติดตั้ง | 426 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-10-31 |
วันที่เผยแพร่ | 2021-11-17 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Andre Alcantara |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortleaf", "description": "Custom keyboard shortcuts for Overleaf.", "version": "1.0.2", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.overleaf.com\/project\/*" ], "js": [ "content-script.js" ] }, { "matches": [ "https:\/\/*.overleaf.com\/project\/*" ], "js": [ "shortleaf.js" ], "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "shortleaf.js", "popup.js", "shortleaf_pages.js", "shortleaf_pages.css", "default_config.json", "*.png" ], "matches": [ " |