Talk GPT
Use Chat GPT with other way
Qu'est-ce que Talk GPT ?
Talk GPT est une extension Chrome développée par danganhtuan0002, et sa fonction principale est "Use Chat GPT with other way".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talk GPT
Téléchargez les fichiers d'extension Talk GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
URL Officiel | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Description | Use Chat GPT with other way |
Taille du Fichier | 171 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-10-24 |
Date de Publication | 2023-09-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | danganhtuan0002 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |