Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

Selection Readerคืออะไร?

Selection Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arun Kumar Sekar และคุณลักษณะหลักของมันคือ "Selection Reader allows to speak the content in the web page with various voice control options."

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

screenshot
screenshot
screenshot

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

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

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

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

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

ชื่อ Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
คำอธิบาย Selection Reader allows to speak the content in the web page with various voice control options.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 16,794
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-11-29
วันที่เผยแพร่ 2017-11-29
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Arun Kumar Sekar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}