Talk GPT
Use Chat GPT with other way
Wat is Talk GPT?
Talk GPT is een Chrome-extensie ontwikkeld door danganhtuan0002, en de belangrijkste functie is "Use Chat GPT with other way".
Extensie Screenshots
Download het CRX-bestand van de extensie Talk GPT
Download Talk GPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
Officiële URL | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Beschrijving | Use Chat GPT with other way |
Bestandsgrootte | 171 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-10-24 |
Publicatiedatum | 2023-09-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | danganhtuan0002 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |