VoiceChatGPT
You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
Qu'est-ce que VoiceChatGPT ?
VoiceChatGPT est une extension Chrome développée par gharacter, et sa fonction principale est "You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VoiceChatGPT
Téléchargez les fichiers d'extension VoiceChatGPT 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
Let's have a voice conversation with ChatGPT. 1. Install this add-on. 2. Open the page at https://chat.openai.com/ (For the first time, you need to create an OpenAI account) 3. A microphone icon is displayed on the top right of the page. 4. Click the microphone icon to turn it on. 5. You will be asked whether to allow the use of the microphone only for the first time, so [Allow]. 6. You can talk. 7. Click the microphone icon again to turn it off. Click the add-on icon to change audio settings. * Mic must be enabled. * Since the response sentence is read gradually, the reading may be unnatural. * Misreading is a specification. * Rarely speaking may fail. * This addon is unofficial.
Informations de Base sur l'Extension
Nom | VoiceChatGPT |
ID | jflddflnnaggppnecfphaljgahfajihk |
URL Officiel | https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk |
Description | You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/ |
Taille du Fichier | 43.11 KB |
Nombre d'Installations | 137 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-05-12 |
Date de Publication | 2023-05-02 |
Développeur | gharacter |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/Gharacter |
URL de la Page d'Aide | https://twitter.com/Gharacter |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "icons": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_title": "__MSG_name__", "default_popup": "popup\/popup.html", "default_icon": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }, "permissions": [ "storage" ] } |