Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

O que é Quick ChatGPT?

Quick ChatGPT é uma extensão do Chrome desenvolvida por Extify, e sua principal característica é "Using ChatGPT in browser popup directly without tab switching.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quick ChatGPT

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

                        Save time and chat effortlessly with Quick ChatGPT directly in your browser!

This lightning-fast extension streamlines your conversations, putting the power of ChatGPT at your fingertips for instant, hassle-free interactions. Say goodbye to extra steps and enhance your online experience with seamless, time-saving conversations                    

Informações Básicas da Extensão

Nome Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
URL Oficial https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Descrição Using ChatGPT in browser popup directly without tab switching.
Tamanho do Arquivo 340 KB
Contagem de Instalações 63
Versão Atual 1.1
Última Atualização 2024-01-22
Data de Publicação 2024-01-22
Desenvolvedor Extify
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/quangpl99
URL da Página de Ajuda https://twitter.com/quangpl99
URL da Página de Política de Privacidade https://quick-chatgpt.vercel.app
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick ChatGPT",
    "description": "Using ChatGPT in browser popup directly without tab switching.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon128.png",
                "icon32.png",
                "icon.png",
                "toast.js",
                "toast.css"
            ],
            "matches": []
        }
    ]
}