ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

ChatGPT Speech Synthesisとは何ですか?

ChatGPT Speech SynthesisはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Bring ChatGPT to life with speech synthesis!」です。

拡張機能のスクリーンショット

screenshot

ChatGPT Speech Synthesis拡張機能のCRXファイルをダウンロード

ChatGPT Speech Synthesis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Key Features:

- High-Quality TTS Voice: Natural-sounding voice for a better conversational experience
- Speech rate of 1.25x
- Utilizes Chrome's built-in SpeechSynthesis API
- Highlighted Text: Stay focused on the conversation as the currently spoken text block is highlighted
- Seamless Integration: Effortlessly integrates with the ChatGPT platform, adds a play/stop button to each messages for easy access                    

拡張機能の基本情報

名前 ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
公式URL https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
説明 Bring ChatGPT to life with speech synthesis!
ファイルサイズ 548 KB
インストール数 85
現在のバージョン 1.1.1
最終更新日 2023-05-05
公開日 2023-05-02
評価 2.00/5 合計 1 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
ヘルプページのURL https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Speech Synthesis",
    "version": "1.1.1",
    "description": "Bring ChatGPT to life with speech synthesis!",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": []
}