text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

什么是text reader: Convert text to voice easily?

text reader: Convert text to voice easily是由https://seo-arabic.com开发的Chrome扩展程序,该扩展的主要功能是“Convert text to voice and Read any page out loud easily, with different languages.”。

扩展截图

screenshot
screenshot

下载text reader: Convert text to voice easily扩展crx文件

下载text reader: Convert text to voice easily扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        text-to-speech, many languages

It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second.

This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.                    

扩展基本信息

名称 text reader: Convert text to voice easily text reader: Convert text to voice easily
ID cjabnnkddmpafmfoeonnkmlhjiceniii
官方URL https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii
简介 Convert text to voice and Read any page out loud easily, with different languages.
文件大小 965 KB
安装次数 23
当前版本 1.1.0
更新时间 2021-10-12
上架时间 2021-10-12
开发者 https://seo-arabic.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://seo-arabic.com/
帮助页面URL https://seo-arabic.com/
隐私政策页面URL https://maaloma.tech/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "text reader: Convert text to voice easily",
    "version": "1.1.0",
    "description": "Convert text to voice and Read any page out loud easily, with different languages.",
    "icons": {
        "16": "images\/icon160.png",
        "48": "images\/icon480.png",
        "128": "images\/icon1280.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon190.png",
            "38": "images\/icon380.png"
        },
        "default_title": "text reader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}