ChatGPT Speechifier
This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
Co je ChatGPT Speechifier?
ChatGPT Speechifier je rozšíření Chrome vyvinuté Obinna Iloeje, a jeho hlavní funkcí je „This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ChatGPT Speechifier
Stáhněte si soubory rozšíření ChatGPT Speechifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This browser extension helps speak ChatGPT text responses out loud with different languages and different tonations. *Features - Change language and gender of speech voice - Increase or decrease the rate or speed of the speech - Increase or decrease the pitch of the speech voice
Základní Informace o Rozšíření
Název | ChatGPT Speechifier |
ID | jglaljacmohblhebclbfeeegdekoenae |
Oficiální URL | https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae |
Popis | This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations |
Velikost souboru | 372 KB |
Počet instalací | 27 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-06-06 |
Datum Vydání | 2023-05-14 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | Obinna Iloeje |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Speechifier", "version": "1.0.0", "description": "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations", "manifest_version": 3, "permissions": [ "tts", "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "disabledPopup.html", "default_icon": "disabledIcon.png" }, "icons": { "48": "icon-2.PNG", "128": "logo.PNG" } } |