speakIt

This extension will speak up the text which you have selected.

speakItคืออะไร?

speakIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://akashbijwe.github.io และคุณลักษณะหลักของมันคือ "This extension will speak up the text which you have selected."

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

screenshot

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

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

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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

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

ชื่อ speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
คำอธิบาย This extension will speak up the text which you have selected.
ขนาดไฟล์ 12.58 KB
จำนวนการติดตั้ง 3,186
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-03-04
วันที่เผยแพร่ 2019-03-04
คะแนน 2.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://akashbijwe.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}