ChatGPTEverywhere

Use ChatGPT wherever you want

O que é ChatGPTEverywhere?

ChatGPTEverywhere é uma extensão do Chrome desenvolvida por Alyosha, e sua principal característica é "Use ChatGPT wherever you want".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPTEverywhere

Baixe arquivos de extensão ChatGPTEverywhere 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

                        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.                    

Informações Básicas da Extensão

Nome ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
URL Oficial https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
Descrição Use ChatGPT wherever you want
Tamanho do Arquivo 345 KB
Contagem de Instalações 103
Versão Atual 0.0.1
Última Atualização 2023-02-23
Data de Publicação 2023-02-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alyosha
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}