Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

什么是Text To Voice V1.0.2?

Text To Voice V1.0.2是由Dadaso Zanzane开发的Chrome扩展程序,该扩展的主要功能是“This extension will convert your text to multiple voice formats.”。

扩展截图

screenshot

下载Text To Voice V1.0.2扩展crx文件

下载Text To Voice V1.0.2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will convert your text to multiple voice formats.

 - added play/stop button
 - enabled right click and play                    

扩展基本信息

名称 Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
官方URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
简介 This extension will convert your text to multiple voice formats.
文件大小 101 KB
安装次数 561
当前版本 1.0.2
更新时间 2015-11-14
上架时间 2015-11-14
评分 3.33/5 共9次评分
开发者 Dadaso Zanzane
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text To Voice V1.0.2",
    "description": "This extension will convert your text to multiple voice formats.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default.html"
    },
    "permissions": [
        "activeTab",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.cookie.js",
            "script.js",
            "background.js"
        ]
    }
}