Basic TTS

This extension allows you to interact with the Chrome Text-to-Speech API.

什么是Basic TTS?

Basic TTS是由cipheos开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to interact with the Chrome Text-to-Speech API.”。

下载Basic TTS扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Basic TTS Basic TTS
ID lccceofhbngikladlpencmcpbhjccbjd
官方URL https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd
简介 This extension allows you to interact with the Chrome Text-to-Speech API.
文件大小 37.25 KB
安装次数 11
当前版本 1.0.1
更新时间 2017-11-24
上架时间 2017-11-24
评分 1.00/5 共1次评分
开发者 cipheos
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic TTS",
    "description": "This extension allows you to interact with the Chrome Text-to-Speech API.",
    "version": "1.0.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tts"
    ],
    "options_page": "\/options\/options.html",
    "background": {
        "scripts": [
            "\/background\/background.js"
        ]
    }
}