Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Read Out Loud là gì?

Read Out Loud là một tiện ích mở rộng Chrome được phát triển bởi softapp, và tính năng chính của nó là "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Read Out Loud

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

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

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

Tên Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
URL Chính Thức https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Mô tả This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Kích Thước Tệp 10.88 KB
Số Lần Cài Đặt 996
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-03-03
Ngày Phát Hành 2023-03-02
Nhà Phát Triển softapp
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": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}