Talk GPT
Use Chat GPT with other way
什么是Talk GPT?
Talk GPT是由danganhtuan0002开发的Chrome扩展程序,该扩展的主要功能是“Use Chat GPT with other way”。
扩展截图
下载Talk GPT扩展crx文件
下载Talk GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
官方URL | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
简介 | Use Chat GPT with other way |
文件大小 | 171 KB |
安装次数 | 94 |
当前版本 | 1.0.2 |
更新时间 | 2023-10-24 |
上架时间 | 2023-09-17 |
评分 | 5.00/5 共2次评分 |
开发者 | danganhtuan0002 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |