Text to Speech

Read any selected text in the browser with human-quality text-to-speech (TTS) engines

Text to Speech là gì?

Text to Speech là một tiện ích mở rộng Chrome được phát triển bởi brian.girko, và tính năng chính của nó là "Read any selected text in the browser with human-quality text-to-speech (TTS) engines".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text to Speech

Tải xuống các tệp mở rộng Text to Speech dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Text-to-Speech (TTS) extension is a powerful tool to speak the current page. Just select the content and press the toolbar button (browser-action button) and the extension will start converting the content to speech. This extension supports both local and remote TTS engines of your browser and supports a few more remote TTS engines if your browser has no engine of its own.

The quality of the conversion depends on the engine that you select. The remote engines usually provide a really good quality conversion close to human quality conversion. 

This extension supports the following actions:
Pause and resume the speech
Skip to the next section
repeat the current section
move to the previous section

This extension also supports sound controlling options:
Adjust the volume of the speech
Adjust the speed of the speech
Adjust the pitch of the speech

The extension offers text to speech conversion in different language.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text to Speech Text to Speech
ID ccfpenhpilnacfeimonjfdndpphbgkaa
URL Chính Thức https://chromewebstore.google.com/detail/text-to-speech/ccfpenhpilnacfeimonjfdndpphbgkaa
Mô tả Read any selected text in the browser with human-quality text-to-speech (TTS) engines
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 2,247
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-10-27
Ngày Phát Hành 2019-10-27
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển brian.girko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://add0n.com/text-to-speech.html
URL Trang Trợ Giúp https://add0n.com/text-to-speech.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Text to Speech",
    "description": "Read any selected text in the browser with human-quality text-to-speech (TTS) engines",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/add0n.com\/text-to-speech.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Select some text and press the icon to display the TTS popup. Click once more to hide the popup"
    }
}