ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

什么是ChatGPT For Explorer?

ChatGPT For Explorer是由golefig开发的Chrome扩展程序,该扩展的主要功能是“You can use it to search for answers through ChatGPT at any time.”。

扩展截图

screenshot

下载ChatGPT For Explorer扩展crx文件

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

扩展使用说明

                        You can use it to search for answers through ChatGPT at any time.                    

扩展基本信息

名称 ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
官方URL https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
简介 You can use it to search for answers through ChatGPT at any time.
文件大小 655 KB
安装次数 168
当前版本 0.0.3
更新时间 2023-04-18
上架时间 2023-02-13
评分 5.00/5 共1次评分
开发者 golefig
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}