GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
O que é GPTAnywhere?
GPTAnywhere é uma extensão do Chrome desenvolvida por GPTAnywhere, e sua principal característica é "Super Easy access to ChatGPT with a simple Chrome-Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GPTAnywhere
Baixe arquivos de extensão GPTAnywhere 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
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.
Informações Básicas da Extensão
Nome | GPTAnywhere |
ID | pklibapjplkpanekidgnckgjablljhni |
URL Oficial | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
Descrição | Super Easy access to ChatGPT with a simple Chrome-Extension |
Tamanho do Arquivo | 516 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-12-16 |
Data de Publicação | 2022-12-16 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | GPTAnywhere |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPTAnywhere", "description": "Super Easy access to ChatGPT with a simple Chrome-Extension", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "frontend\/index.html" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background\/index.js" } } |