GPT4Overleaf
GPT-based autocompletion for Overleaf
GPT4Overleaf là gì?
GPT4Overleaf là một tiện ích mở rộng Chrome được phát triển bởi lukas.schneider.ffm, và tính năng chính của nó là "GPT-based autocompletion for Overleaf".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GPT4Overleaf
Tải xuống các tệp mở rộng GPT4Overleaf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
URL Chính Thức | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
Mô tả | GPT-based autocompletion for Overleaf |
Kích Thước Tệp | 1.46 MB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-04-10 |
Ngày Phát Hành | 2023-04-05 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | lukas.schneider.ffm |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |