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
Eメール [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"
}