SpeakIt

Speak the selected text

SpeakItคืออะไร?

SpeakIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย odlyzko953 และคุณลักษณะหลักของมันคือ "Speak the selected text"

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

screenshot

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

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

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

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

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

ชื่อ SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
คำอธิบาย Speak the selected text
ขนาดไฟล์ 14.9 KB
จำนวนการติดตั้ง 15,293
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2019-12-11
วันที่เผยแพร่ 2019-12-11
คะแนน 2.83/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา odlyzko953
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/odlyzko953/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}