VoiceChatGPT

You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/

VoiceChatGPT là gì?

VoiceChatGPT là một tiện ích mở rộng Chrome được phát triển bởi gharacter, và tính năng chính của nó là "You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiceChatGPT

Tải xuống các tệp mở rộng VoiceChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Let's have a voice conversation with ChatGPT.

1. Install this add-on.
2. Open the page at https://chat.openai.com/ (For the first time, you need to create an OpenAI account)
3. A microphone icon is displayed on the top right of the page.
4. Click the microphone icon to turn it on.
5. You will be asked whether to allow the use of the microphone only for the first time, so [Allow].
6. You can talk.
7. Click the microphone icon again to turn it off.

Click the add-on icon to change audio settings.

* Mic must be enabled.
* Since the response sentence is read gradually, the reading may be unnatural.
* Misreading is a specification.
* Rarely speaking may fail.
* This addon is unofficial.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiceChatGPT VoiceChatGPT
ID jflddflnnaggppnecfphaljgahfajihk
URL Chính Thức https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk
Mô tả You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
Kích Thước Tệp 43.11 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2023-05-02
Nhà Phát Triển gharacter
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/Gharacter
URL Trang Trợ Giúp https://twitter.com/Gharacter
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.2",
    "description": "__MSG_description__",
    "icons": {
        "32": "icons\/icon32.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "32": "icons\/icon32.png",
            "72": "icons\/icon72.png",
            "128": "icons\/icon128.png",
            "512": "icons\/icon512.png"
        }
    },
    "permissions": [
        "storage"
    ]
}