Text to Speech Converter and Downloader

It helps you not only convert text to speech, but also download audio with a single click.

什么是Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader是由https://www.freetranslations.org开发的Chrome扩展程序,该扩展的主要功能是“It helps you not only convert text to speech, but also download audio with a single click.”。

扩展截图

screenshot
screenshot
screenshot

下载Text to Speech Converter and Downloader扩展crx文件

下载Text to Speech Converter and Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You need a text to speech with a downloader? Then you are at the right spot.                    

扩展基本信息

名称 Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
官方URL https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
简介 It helps you not only convert text to speech, but also download audio with a single click.
文件大小 50.65 KB
安装次数 1,000
当前版本 1.4
更新时间 2021-01-03
上架时间 2018-02-03
评分 3.73/5 共11次评分
开发者 https://www.freetranslations.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.freetranslations.org/text-to-speech.html
帮助页面URL https://www.freetranslations.org/contact-us.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text to Speech Converter and Downloader",
    "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org",
    "description": "It helps you not only convert text to speech, but also download audio with a single click.",
    "version": "1.4",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "https:\/\/*.freetranslations.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}