Talk GPT
Use Chat GPT with other way
O que é Talk GPT?
Talk GPT é uma extensão do Chrome desenvolvida por danganhtuan0002, e sua principal característica é "Use Chat GPT with other way".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Talk GPT
Baixe arquivos de extensão Talk GPT 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
This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.
Informações Básicas da Extensão
Nome | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
URL Oficial | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Descrição | Use Chat GPT with other way |
Tamanho do Arquivo | 171 KB |
Contagem de Instalações | 94 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-10-24 |
Data de Publicação | 2023-09-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | danganhtuan0002 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk GPT", "description": "Use Chat GPT with other way", "version": "1.0.2", "permissions": [ "activeTab", "storage" ], "icons": { "48": "logo-talkgpt.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo-talkgpt.png", "48": "logo-talkgpt.png", "128": "logo-talkgpt.png" } } } |