Talk GPT
Use Chat GPT with other way
Hvad er Talk GPT?
Talk GPT er en Chrome-udvidelse udviklet af danganhtuan0002, og dens hovedfunktion er "Use Chat GPT with other way".
Udvidelsesskærmbilleder
Download Talk GPT-udvidelses-CRX-fil
Download Talk GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
Officiel URL | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
Beskrivelse | Use Chat GPT with other way |
Filstørrelse | 171 KB |
Antal Installationer | 94 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-10-24 |
Udgivelsesdato | 2023-09-17 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | danganhtuan0002 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |