Text to Speech

Speak the Text provided in input field

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 ankitkaura79, và tính năng chính của nó là "Speak the Text provided in input field".

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

screenshot
screenshot
screenshot
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

                        A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.                    

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

Tên Text to Speech Text to Speech
ID jigbklldfboaonapajdmkoaaanahlihb
URL Chính Thức https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb
Mô tả Speak the Text provided in input field
Kích Thước Tệp 942 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2021-03-19
Nhà Phát Triển ankitkaura79
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Speech",
    "description": "Speak the Text provided in input field",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}