VoiceChatGPT
You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
什么是VoiceChatGPT?
VoiceChatGPT是由gharacter开发的Chrome扩展程序,该扩展的主要功能是“You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/”。
扩展截图
下载VoiceChatGPT扩展crx文件
下载VoiceChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | VoiceChatGPT |
ID | jflddflnnaggppnecfphaljgahfajihk |
官方URL | https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk |
简介 | You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/ |
文件大小 | 43.11 KB |
安装次数 | 137 |
当前版本 | 1.0.2 |
更新时间 | 2023-05-12 |
上架时间 | 2023-05-02 |
开发者 | gharacter |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/Gharacter |
帮助页面URL | https://twitter.com/Gharacter |
支持的语言 | 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" ] } |