GPT4Overleaf
GPT-based autocompletion for Overleaf
什么是GPT4Overleaf?
GPT4Overleaf是由lukas.schneider.ffm开发的Chrome扩展程序,该扩展的主要功能是“GPT-based autocompletion for Overleaf”。
扩展截图
下载GPT4Overleaf扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
} | |