ChromeGPT

This extension allows users to access ChatGPT from Google Chrome.

什么是ChromeGPT?

ChromeGPT是由jacobweber530开发的Chrome扩展程序,该扩展的主要功能是“This extension allows users to access ChatGPT from Google Chrome.”。

扩展截图

screenshot

下载ChromeGPT扩展crx文件

下载ChromeGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web.                    

扩展基本信息

名称 ChromeGPT ChromeGPT
ID opfphcebignofejehlpbniikajkkggch
官方URL https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch
简介 This extension allows users to access ChatGPT from Google Chrome.
文件大小 145 KB
安装次数 94
当前版本 1.0.1
更新时间 2022-12-20
上架时间 2022-12-13
评分 4.00/5 共1次评分
开发者 jacobweber530
电子邮箱 [email protected]
付费类型 free
扩展官网 https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChromeGPT",
    "version": "1.0.1",
    "description": "This extension allows users to access ChatGPT from Google Chrome.",
    "permissions": [
        "https:\/\/api.openai.com\/*",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}