Talk GPT
Use Chat GPT with other way
Was ist Talk GPT?
Talk GPT ist eine Chrome-Erweiterung, die von danganhtuan0002 entwickelt wurde, und ihr Hauptmerkmal ist "Use Chat GPT with other way".
Erweiterungsscreenshots
Talk GPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie Talk GPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
Offizielle URL | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Beschreibung | Use Chat GPT with other way |
Dateigröße | 171 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-10-24 |
Veröffentlichungsdatum | 2023-09-17 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | danganhtuan0002 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |