AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

O que é AskChatGPT?

AskChatGPT é uma extensão do Chrome desenvolvida por LGG Hub, e sua principal característica é "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AskChatGPT

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

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

Informações Básicas da Extensão

Nome AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
URL Oficial https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
Descrição Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
Tamanho do Arquivo 937 KB
Contagem de Instalações 42
Versão Atual 1.0
Última Atualização 2023-03-12
Data de Publicação 2023-03-11
Desenvolvedor LGG Hub
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://lgghub.com/terms
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}