iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

iRead4uคืออะไร?

iRead4u เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deep4788 และคุณลักษณะหลักของมันคือ "Reads (text to speech) the currently highlighted text on the screen (current tab)"

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

screenshot

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

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

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

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

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

ชื่อ iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
คำอธิบาย Reads (text to speech) the currently highlighted text on the screen (current tab)
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2016-11-02
วันที่เผยแพร่ 2016-11-02
คะแนน 2.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา deep4788
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}