Selected text to speech

With this extension, you can speech to the selected text.

Selected text to speech là gì?

Selected text to speech là một tiện ích mở rộng Chrome được phát triển bởi https://funfuni.com, và tính năng chính của nó là "With this extension, you can speech to the selected text.".

Ả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 Selected text to speech

Tải xuống các tệp mở rộng Selected 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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

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

Tên Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
URL Chính Thức https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Mô tả With this extension, you can speech to the selected text.
Kích Thước Tệp 15.43 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2022-01-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://funfuni.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.funfuni.com/
URL Trang Trợ Giúp https://funfuni.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.funfuni.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}