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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में US English Female Text-to-speech (by Google) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}