Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Read Out Loudคืออะไร?

Read Out Loud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย softapp และคุณลักษณะหลักของมันคือ "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Out Loud

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

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

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

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

ชื่อ Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
คำอธิบาย This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
ขนาดไฟล์ 10.88 KB
จำนวนการติดตั้ง 996
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-03-03
วันที่เผยแพร่ 2023-03-02
ผู้พัฒนา softapp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}