ChatGPTEverywhere

Use ChatGPT wherever you want

什么是ChatGPTEverywhere?

ChatGPTEverywhere是由Alyosha开发的Chrome扩展程序,该扩展的主要功能是“Use ChatGPT wherever you want”。

扩展截图

screenshot
screenshot

下载ChatGPTEverywhere扩展crx文件

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

扩展使用说明

                        In the past, using ChatGPT required users to open a ChatGPT tab and paste the text they wanted to use. 

This plugin, however, allows users to select a piece of text on any webpage and directly call ChatGPT.                    

扩展基本信息

名称 ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
官方URL https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
简介 Use ChatGPT wherever you want
文件大小 345 KB
安装次数 103
当前版本 0.0.1
更新时间 2023-02-23
上架时间 2023-02-22
评分 5.00/5 共1次评分
开发者 Alyosha
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTEverywhere",
    "description": "Use ChatGPT wherever you want",
    "icons": {
        "128": "images\/alyosha.png",
        "16": "images\/alyosha.png",
        "48": "images\/alyosha.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "type": "module",
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatgpttooltip-injected-by-alyosha1024.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/alyosha.png",
            "32": "\/images\/alyosha.png",
            "48": "\/images\/alyosha.png",
            "128": "\/images\/alyosha.png"
        }
    }
}