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?

Read Out Loud是由softapp开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.”。

扩展截图

screenshot
screenshot

下载Read Out Loud扩展crx文件

下载Read Out Loud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
官方URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
简介 This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
文件大小 10.88 KB
安装次数 996
当前版本 1.1.0
更新时间 2023-03-03
上架时间 2023-03-02
开发者 softapp
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}