GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

什么是GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai)是由An开发的Chrome扩展程序,该扩展的主要功能是“Use ChatGPT in any textbox in the Web”。

扩展截图

下载GPT Everywhere (correctify.ai)扩展crx文件

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

扩展使用说明

                        Privacy-friendly Chrome extension to generate contents using OpenAI API, with your own Token. All sites are supported, even Gmail or Google Sheets.                    

扩展基本信息

名称 GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
官方URL https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
简介 Use ChatGPT in any textbox in the Web
文件大小 515 KB
安装次数 194
当前版本 0.0.2
更新时间 2023-04-12
上架时间 2023-04-10
开发者 An
电子邮箱 [email protected]
付费类型 free
扩展官网 https://correctify.ai
隐私政策页面URL https://correctify.ai/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Duc An",
    "name": "GPT Everywhere (correctify.ai)",
    "description": "Use ChatGPT in any textbox in the Web",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}