QuickGPT

Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.

O que é QuickGPT?

QuickGPT é uma extensão do Chrome desenvolvida por Pavel Zastavnitskiy, e sua principal característica é "Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QuickGPT

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

                        QuickGPT is an AI-assisted tool that enables users to perform almost any text-related task without knowing special tooling.

Using GPT-4 AI under the hood, QuickGPT is able to understand natural language commands, perform elaborate analysis or text generation. Ask it to read a long text and summarise it into bullet points. Or give it an email from annoying person and ask to reply gently. 

GPT-4 model is extremely powerful, and while some answers will be dumb, you will be impressed with how valuable it is in your day-to-day on the internet.

Start with “ctrl + shift + k”. Or “command + shift + k” on a Mac.                    

Informações Básicas da Extensão

Nome QuickGPT QuickGPT
ID liheadmmmjjdggcacgocglafampjhehp
URL Oficial https://chromewebstore.google.com/detail/quickgpt/liheadmmmjjdggcacgocglafampjhehp
Descrição Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.
Tamanho do Arquivo 2.01 MB
Contagem de Instalações 88
Versão Atual 28
Última Atualização 2023-08-16
Data de Publicação 2023-01-24
Desenvolvedor Pavel Zastavnitskiy
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://quickgpt.app/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickGPT",
    "version": "28",
    "description": "Unleash the power of augmented thinking \u2014 write, edit, brainstorm, analyse, summarise \u2014 on every page. Like magic, but with AI.",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-32.png"
            ],
            "matches": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Opens QuickGPT"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/ai-assistant-monorepo-website.vercel.app\/*",
            "https:\/\/quickgpt.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}