Read to me

Browser extension for text to speech.

Read to meคืออะไร?

Read to me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nGran และคุณลักษณะหลักของมันคือ "Browser extension for text to speech."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Listen to any text in your browser in a voice of your choice.  

READ TO ME is a text to speech Chrome extension for reading out loud any text in your browser in many languages. The app makes listening to everything on your screen effortless with a functional smooth design and customizable options as a selection of male and female voices, voice pitch and reading speed. 

Spoken text has several advantages over reading. The most obvious one is the option to multitask as your eyes and hands are free, but also it is considered that it can enhance comprehension. Listening is also great for those with disabilities or disadvantages that make reading either impossible or extremely difficult.                    

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

ชื่อ Read to me Read to me
ID nalcmippmnicanikekphpdmmcgoojjlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-to-me/nalcmippmnicanikekphpdmmcgoojjlm
คำอธิบาย Browser extension for text to speech.
ขนาดไฟล์ 758 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-04-24
วันที่เผยแพร่ 2020-04-20
คะแนน 1.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา nGran
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read to me",
    "version": "1.1.0",
    "description": "Browser extension for text to speech.",
    "author": "Nikola Grancharov",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/logo_16x16.png",
        "32": "img\/logo_32x32.png",
        "48": "img\/logo_48x48.png",
        "64": "img\/logo_64x64.png",
        "128": "img\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "page": "pages\/Background\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo_16x16.png",
        "default_popup": "pages\/Popup\/popup.html"
    },
    "web_accessible_resources": [
        "content_script.js",
        "services\/Read.service.js"
    ]
}