OkaySpeak

Right click and select the text you want us to speak out.

OkaySpeakคืออะไร?

OkaySpeak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย okayramesh และคุณลักษณะหลักของมันคือ "Right click and select the text you want us to speak out."

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

screenshot

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

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

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

                        The sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

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

ชื่อ OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
คำอธิบาย Right click and select the text you want us to speak out.
ขนาดไฟล์ 10.09 KB
จำนวนการติดตั้ง 610
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-09-22
วันที่เผยแพร่ 2019-09-22
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา okayramesh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}