Talk GPT
Use Chat GPT with other way
Cos'è Talk GPT?
Talk GPT è un'estensione di Chrome sviluppata da danganhtuan0002, e la sua funzione principale è "Use Chat GPT with other way".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talk GPT
Scarica i file di estensione Talk GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
URL Ufficiale | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Descrizione | Use Chat GPT with other way |
Dimensione del File | 171 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-10-24 |
Data di Pubblicazione | 2023-09-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | danganhtuan0002 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |