US English Female Text-to-speech (by Google)

This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.

US English Female Text-to-speech (by Google)とは何ですか?

US English Female Text-to-speech (by Google)はhttp://chrome.google.comによって開発されたChromeの拡張機能で、その主な機能は「This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.」です。

拡張機能のスクリーンショット

screenshot

US English Female Text-to-speech (by Google)拡張機能のCRXファイルをダウンロード

US English Female Text-to-speech (by Google)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Updated February 2017: uses new speech engine, no separate download required.

This is a female US English text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
This extension does not do anything by itself. When installed, it provides an additional voice that talking apps and extensions can use.

This voice is a US English female voice, built by Google. The synthesis engine runs directly in your browser using Native Client technology - no network required. That means it's fast and responsive, suitable for accessibility applications.                    

拡張機能の基本情報

名前 US English Female Text-to-speech (by Google) US English Female Text-to-speech (by Google)
ID pkidpnnapnfgjhfhkpmjpbckkbaodldb
公式URL https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb
説明 This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
ファイルサイズ 25.21 MB
インストール数 124,279
現在のバージョン 2.2
最終更新日 2017-02-08
公開日 2017-02-08
評価 2.51/5 合計 212 レビュー
開発者 http://chrome.google.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://policies.google.com/privacy?hl=en
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "voice_lstm_en-US.js",
            "tts_controller.js",
            "tts_main.js"
        ]
    },
    "description": "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.",
    "icons": {
        "128": "google-tts-128.png",
        "16": "google-tts-16.png",
        "256": "google-tts-256.png",
        "48": "google-tts-48.png"
    },
    "manifest_version": 2,
    "name": "US English Female Text-to-speech (by Google)",
    "permissions": [
        "ttsEngine",
        "unlimitedStorage"
    ],
    "tts_engine": {
        "voices": [
            {
                "event_types": [
                    "start",
                    "word",
                    "end",
                    "error"
                ],
                "gender": "female",
                "lang": "en-US",
                "voice_name": "US English Female TTS (by Google)"
            }
        ]
    },
    "version": "2.2"
}