ChatGPT

Use ChatGPT in Google Chrome

什么是ChatGPT?

ChatGPT是由advancedsolutionshub开发的Chrome扩展程序,该扩展的主要功能是“Use ChatGPT in Google Chrome”。

扩展截图

screenshot

下载ChatGPT扩展crx文件

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

扩展使用说明

                        Experience the full potential of OpenAI's language model through the highly acclaimed ChatGPT Chrome Extension. This complimentary extension integrates ChatGPT's sophisticated AI directly into your browser, providing instant access to its powerful features. Simply pose your queries and ChatGPT delivers precise, succinct responses instantly. Elevate your browsing experience with the unparalleled AI capabilities of the ChatGPT Chrome Extension today.

ChatGPT link: https://chat.openai.com                    

扩展基本信息

名称 ChatGPT ChatGPT
ID klailhpanlicjnhfkpngehoblknjamdg
官方URL https://chromewebstore.google.com/detail/chatgpt/klailhpanlicjnhfkpngehoblknjamdg
简介 Use ChatGPT in Google Chrome
文件大小 22.36 KB
安装次数 5,641
当前版本 1.0.9
更新时间 2024-02-25
上架时间 2023-01-25
开发者 advancedsolutionshub
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chataigpt.pro/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT",
    "short_name": "ChatGPT",
    "version": "1.0.9",
    "description": "Use ChatGPT in Google Chrome",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "ChatGPT"
    },
    "commands": {
        "openWindow": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Use ChatGPT in Google Chrome"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}