TTS

Make the browser speak!

TTSคืออะไร?

TTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Calvin และคุณลักษณะหลักของมันคือ "Make the browser speak!"

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

screenshot

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

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

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

                        Type/paste in any text and have Chrome read it out for you.

Update 29/06/16 V1.1: You can now select text on a web page > right click > say this 

Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text                    

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

ชื่อ TTS TTS
ID aigmpafmfnefdcdhmkoeboglhbdocohd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd
คำอธิบาย Make the browser speak!
ขนาดไฟล์ 10.46 KB
จำนวนการติดตั้ง 579
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-04-17
วันที่เผยแพร่ 2017-04-17
คะแนน 3.88/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Calvin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTS",
    "description": "Make the browser speak!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}