Talk GPT
Use Chat GPT with other way
What is Talk GPT?
Talk GPT is a Chrome extension developed by danganhtuan0002, and its main feature is "Use Chat GPT with other way".
Extension Screenshots
Download Talk GPT Extension CRX File
Download Talk GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
Official URL | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Description | Use Chat GPT with other way |
File Size | 171 KB |
Installation Count | 94 |
Current Version | 1.0.2 |
Last Updated | 2023-10-24 |
Publish Date | 2023-09-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | danganhtuan0002 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |