ChatGPT-Simple
Simply call ChatGPT
什么是ChatGPT-Simple?
ChatGPT-Simple是由Fujun Du开发的Chrome扩展程序,该扩展的主要功能是“Simply call ChatGPT”。
扩展截图
下载ChatGPT-Simple扩展crx文件
下载ChatGPT-Simple扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Call ChatGPT API (gpt-3.5-turbo) with an API key. It sends the user input text to the OpenAI ChatGPT API, and displays the reply returned by ChatGPT. The token usage of each conversation are also reported.
扩展基本信息
名称 | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
官方URL | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
简介 | Simply call ChatGPT |
文件大小 | 20.96 KB |
安装次数 | 26 |
当前版本 | 1.0 |
更新时间 | 2023-03-07 |
上架时间 | 2023-03-06 |
开发者 | Fujun Du |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/fjdu/chatGPT-call |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT-Simple", "description": "Simply call ChatGPT", "version": "1.0", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |