Speak in Slides

Text to Speech in Google Slides

什么是Speak in Slides?

Speak in Slides是由Andrew Swank开发的Chrome扩展程序,该扩展的主要功能是“Text to Speech in Google Slides”。

下载Speak in Slides扩展crx文件

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

扩展使用说明

                        Get TTS right in Google Slides.

To use a female voice, put text between a < and a > characters.
To use a male voice, put the text between these << and these >> characters.

When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.                    

扩展基本信息

名称 Speak in Slides Speak in Slides
ID hlohpnceogfccnddhohflkmiaggjmiae
官方URL https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae
简介 Text to Speech in Google Slides
文件大小 48.68 KB
安装次数 2,000
当前版本 1.0.4
更新时间 2017-07-24
上架时间 2017-07-24
评分 1.88/5 共8次评分
开发者 Andrew Swank
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak in Slides",
    "author": "Andrew Swank",
    "description": "Text to Speech in Google Slides",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/docs.google.com\/*",
        "activeTab",
        "tts"
    ],
    "version": "1.0.4"
}