ChatGPT Reader

ChatGPT Text to Speech Reader

ChatGPT Reader là gì?

ChatGPT Reader là một tiện ích mở rộng Chrome được phát triển bởi ReadX, và tính năng chính của nó là "ChatGPT Text to Speech Reader".

Ả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 ChatGPT Reader

Tải xuống các tệp mở rộng ChatGPT Reader 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

                        ChatGPT Reader is a text to speech application that allows you to easily convert written replies into spoken words. With a simple click of the "Auto Read" button, you can effortlessly listen to the next reply without having to read it yourself. Additionally, the app offers the ability to re-read the last previously written comment in case you missed it.

For an even more enhanced experience, we also offer ReadX extension that enables automatic text to speech and can seamlessly move to the next page on websites like RoyalRoad. The ReadX extension also has the capability to read Reddit comments using different voices.

We believe that our easy-to-use text to speech apps can greatly improve your interaction with ChatGPT and your online reading experience.

* Added support for the current version of Bard.                    

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

Tên ChatGPT Reader ChatGPT Reader
ID jmopckjbmdangdeegjacnmbkiiacaedm
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm
Mô tả ChatGPT Text to Speech Reader
Kích Thước Tệp 48.68 KB
Số Lần Cài Đặt 866
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2023-03-02
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ReadX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://readit.js.org/
URL Trang Chính Sách Bảo Mật https://readit.js.org/policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Reader",
    "description": "ChatGPT Text to Speech Reader",
    "version": "1.2.7",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.openai.com\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/*.claude.ai\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}