GPT4Overleaf
GPT-based autocompletion for Overleaf
GPT4Overleafคืออะไร?
GPT4Overleaf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukas.schneider.ffm และคุณลักษณะหลักของมันคือ "GPT-based autocompletion for Overleaf"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT4Overleaf
ดาวน์โหลดไฟล์ส่วนขยาย GPT4Overleaf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to improve and autocomplete your writing in Overleaf using OpenAI's GPT language models. You need to get an API key to use this extension: https://platform.openai.com/account/api-keys
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
คำอธิบาย | GPT-based autocompletion for Overleaf |
ขนาดไฟล์ | 1.46 MB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-04-10 |
วันที่เผยแพร่ | 2023-04-05 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | lukas.schneider.ffm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/popup.html", "default_icon": "popup\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/jquery.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.overleaf.com\/project\/*" ] } ], "description": "GPT-based autocompletion for Overleaf", "icons": { "16": "popup\/icon_16.png", "48": "popup\/icon_48.png", "128": "popup\/icon_128.png" }, "manifest_version": 3, "name": "GPT4Overleaf", "permissions": [ "storage" ], "version": "1.0.1" } |