GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
什么是GPTAnywhere?
GPTAnywhere是由GPTAnywhere开发的Chrome扩展程序,该扩展的主要功能是“Super Easy access to ChatGPT with a simple Chrome-Extension”。
扩展截图
下载GPTAnywhere扩展crx文件
下载GPTAnywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT. 扩展基本信息
| 名称 | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| 官方URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| 简介 | Super Easy access to ChatGPT with a simple Chrome-Extension |
| 文件大小 | 516 KB |
| 安装次数 | 5,000 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-12-16 |
| 上架时间 | 2022-12-16 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | GPTAnywhere |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPTAnywhere",
"description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_popup": "frontend\/index.html"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"background": {
"service_worker": "background\/index.js"
}
} | |