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
官方網址 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"
}