GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

O que é GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai) é uma extensão do Chrome desenvolvida por An, e sua principal característica é "Use ChatGPT in any textbox in the Web".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão GPT Everywhere (correctify.ai)

Baixe arquivos de extensão GPT Everywhere (correctify.ai) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Oficial https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Descrição Use ChatGPT in any textbox in the Web
Tamanho do Arquivo 515 KB
Contagem de Instalações 194
Versão Atual 0.0.2
Última Atualização 2023-04-12
Data de Publicação 2023-04-10
Desenvolvedor An
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://correctify.ai
URL da Página de Política de Privacidade https://correctify.ai/privacy-policy
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}