Text to Speech

Want to listen to some text being read out to you?

Text to Speechคืออะไร?

Text to Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://texttospeech.freeonlineapps.net และคุณลักษณะหลักของมันคือ "Want to listen to some text being read out to you?"

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

screenshot

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

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

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

                        Easy one-click text-to-speech activation.

Auto detects source language (no need to set language each time).

Text-to-speech is enabled by holding "Alt", "T" or "Insert" key.

Highlights selected text while text-to-speech is running.

Save the speech audio files in .mp3 format on your PC Hard Disk or Google Drive.

Try our software now. Its 100% free to use, and you can access the test results onto your hard drive or Google Drive.                    

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

ชื่อ Text to Speech Text to Speech
ID dpckcijgfoooohnnijhjcakkibbcmlje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-speech/dpckcijgfoooohnnijhjcakkibbcmlje
คำอธิบาย Want to listen to some text being read out to you?
ขนาดไฟล์ 315 KB
จำนวนการติดตั้ง 9,039
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2020-05-13
คะแนน 3.68/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://texttospeech.freeonlineapps.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://texttospeech.freeonlineapps.net/
URL หน้าช่วยเหลือ https://texttospeech.freeonlineapps.net/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.freebusinessapps.net/privacy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "text to speech (tts)",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "homepage_url": "https:\/\/texttospeech.freeonlineapps.net\/",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        "data\/resources\/selection.css",
        "data\/content_script\/icons\/*.png",
        "data\/content_script\/icons\/loading.gif"
    ],
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "tts-highlighted": {
            "description": "__MSG_app_command__"
        }
    }
}