Read News with TTS

Text to speech for News Sites without distractions.

什么是Read News with TTS?

Read News with TTS是由Hugo Nobre开发的Chrome扩展程序,该扩展的主要功能是“Text to speech for News Sites without distractions.”。

扩展截图

下载Read News with TTS扩展crx文件

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

扩展使用说明

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

扩展基本信息

名称 Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
官方URL https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
简介 Text to speech for News Sites without distractions.
文件大小 736 KB
安装次数 1,419
当前版本 1.0.0
更新时间 2022-08-09
上架时间 2022-04-24
评分 5.00/5 共3次评分
开发者 Hugo Nobre
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/projectify/read-news-tts
帮助页面URL https://github.com/projectify/read-news-tts
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}