Chat Gpt Long Text Input
A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
O que é Chat Gpt Long Text Input?
Chat Gpt Long Text Input é uma extensão do Chrome desenvolvida por tamt, e sua principal característica é "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chat Gpt Long Text Input
Baixe arquivos de extensão Chat Gpt Long Text Input 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
Ported from: https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input A browser extension for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Informações Básicas da Extensão
Nome | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
URL Oficial | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
Descrição | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
Tamanho do Arquivo | 117 KB |
Contagem de Instalações | 621 |
Versão Atual | 1.1 |
Última Atualização | 2023-04-20 |
Data de Publicação | 2023-04-20 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | tamt |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Chrome\/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.", "manifest_version": 3, "name": "Chat Gpt Long Text Input", "version": "1.1", "homepage_url": "https:\/\/github.com\/NicoleFaye\/Chat-Gpt-Long-Text-Input", "icons": { "48": "icons\/Red48.png" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": "icons\/Red32.png", "default_title": "Chat Gpt Long Text Input", "default_popup": "popup\/ChatGptLongTextInput.html" } } |