ChatGPT Speechifier
This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
ChatGPT Speechifierとは何ですか?
ChatGPT SpeechifierはObinna Iloejeによって開発されたChromeの拡張機能で、その主な機能は「This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations」です。
拡張機能のスクリーンショット
ChatGPT Speechifier拡張機能のCRXファイルをダウンロード
ChatGPT Speechifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | ChatGPT Speechifier |
ID | jglaljacmohblhebclbfeeegdekoenae |
公式URL | https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae |
説明 | This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations |
ファイルサイズ | 372 KB |
インストール数 | 27 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-06-06 |
公開日 | 2023-05-14 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Obinna Iloeje |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |