ChatGPT Reader

ChatGPT Text to Speech Reader

ChatGPT Readerคืออะไร?

ChatGPT Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReadX และคุณลักษณะหลักของมันคือ "ChatGPT Text to Speech Reader"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Reader

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Reader ChatGPT Reader
ID jmopckjbmdangdeegjacnmbkiiacaedm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm
คำอธิบาย ChatGPT Text to Speech Reader
ขนาดไฟล์ 48.68 KB
จำนวนการติดตั้ง 866
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2023-03-02
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา ReadX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://readit.js.org/
URL หน้านโยบายความเป็นส่วนตัว https://readit.js.org/policy.html
ภาษาที่รองรับ 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"
    }
}