Text-to-Speech

Speaks text out loud.

Text-to-Speechคืออะไร?

Text-to-Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Velo และคุณลักษณะหลักของมันคือ "Speaks text out loud."

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

screenshot
screenshot

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

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

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

                        Select any text on the web and speak it out loud in multiple languages. It's perfect to improve pronunciation. Recommend this extension to your friends.

Features:
- Individually configure hotkeys, rate, pitch, and volume for each language
- Icons and options page carefully designed to look like native of your browser
- Very light and efficient extension

Change Log:
0.0.6 - Performance improvement
0.0.5 - Unlimited voice speech with Google Voices
        Bug fixes
0.0.4 - New UI
0.0.3 - Contextual menu on right click
0.0.2 - Bug fixes

Privacy:
This extension do not collect any kind of information. All the settings data is stored on your browser and the only data that may be sent to a server is the text that was selected to be spoken by Google voices. In this case, the data is sent directly to Google's servers and their terms of use and policy of privacy may apply.                    

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

ชื่อ Text-to-Speech Text-to-Speech
ID hmmfmpjefnijeadpgbfjgcmicfeddfoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/text-to-speech/hmmfmpjefnijeadpgbfjgcmicfeddfoj
คำอธิบาย Speaks text out loud.
ขนาดไฟล์ 319 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2018-12-22
วันที่เผยแพร่ 2018-07-09
คะแนน 3.41/5 รวมทั้งหมด 76 คะแนน
ผู้พัฒนา Velo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text-to-Speech",
    "version": "0.0.8",
    "description": "Speaks text out loud.",
    "permissions": [
        "",
        "tts",
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/main\/javascript\/service\/BackgroundService.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/src\/main\/res\/drawables\/launcher\/icon-19px.png",
        "default_title": "Text-to-Speak",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/src\/main\/javascript\/service\/ContentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "\/src\/main\/res\/drawables\/launcher\/icon-16px.png",
        "48": "\/src\/main\/res\/drawables\/launcher\/icon-48px.png",
        "96": "\/src\/main\/res\/drawables\/launcher\/icon-96px.png",
        "128": "\/src\/main\/res\/drawables\/launcher\/icon-128px.png",
        "256": "\/src\/main\/res\/drawables\/launcher\/icon-256px.png"
    },
    "manifest_version": 2
}