TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
O que é TalkToGPT?
TalkToGPT é uma extensão do Chrome desenvolvida por mateen.shagagi, e sua principal característica é "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TalkToGPT
Baixe arquivos de extensão TalkToGPT 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
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Informações Básicas da Extensão
Nome | TalkToGPT |
ID | cjddnooodcpepaicdnlclcegceaiooah |
URL Oficial | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
Descrição | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
Tamanho do Arquivo | 67.24 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-10-10 |
Data de Publicação | 2023-10-09 |
Desenvolvedor | mateen.shagagi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TalkToGPT", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/c\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "microphone.png", "48": "microphone.png", "128": "microphone.png" }, "action": { "default_popup": "index.html", "default_title": "TalkToGPT" }, "description": "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking." } |