ChatGPT Prompt List
A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
O que é ChatGPT Prompt List?
ChatGPT Prompt List é uma extensão do Chrome desenvolvida por AutoMate AI, e sua principal característica é "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Prompt List
Baixe arquivos de extensão ChatGPT Prompt List 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
Time saving extension where you can leave you computer and the prompts will still be asked. Usage: Go to the https://chat.openai.com/chat. Click on the icon C to open up the extension popup. Insert the prompt in the input field and click enter or add prompt button. Insert as many prompts as you need. Make the https://chat.openai.com/chat as the active window and click start in the extension popup. Wait for it to finish all the prompts. When it finishes the prompts click the button clear all prompts to start with new ones. (OPTIONAL) Switch between light and dark mode.
Informações Básicas da Extensão
Nome | ChatGPT Prompt List |
ID | bcnincofegkmeknphbdokmglmbalbidd |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd |
Descrição | A Chrome extension that allows you to create a list of prompts to feed to ChatGPT. |
Tamanho do Arquivo | 52.34 KB |
Contagem de Instalações | 407 |
Versão Atual | 1.01 |
Última Atualização | 2023-07-30 |
Data de Publicação | 2023-03-13 |
Classificação | 4.44/5 Total de 9 Avaliações |
Desenvolvedor | AutoMate AI |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Prompt List", "version": "1.01", "description": "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.", "permissions": [ "activeTab", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Prompt List", "default_popup": "popup.html" }, "manifest_version": 3 } |