Text to Speech

Read any selected text in the browser with human-quality text-to-speech (TTS) engines

Text to Speech क्या है?

Text to Speech brian.girko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read any selected text in the browser with human-quality text-to-speech (TTS) engines"।

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

screenshot

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

crx प्रारूप में Text to Speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Text-to-Speech (TTS) extension is a powerful tool to speak the current page. Just select the content and press the toolbar button (browser-action button) and the extension will start converting the content to speech. This extension supports both local and remote TTS engines of your browser and supports a few more remote TTS engines if your browser has no engine of its own.

The quality of the conversion depends on the engine that you select. The remote engines usually provide a really good quality conversion close to human quality conversion. 

This extension supports the following actions:
Pause and resume the speech
Skip to the next section
repeat the current section
move to the previous section

This extension also supports sound controlling options:
Adjust the volume of the speech
Adjust the speed of the speech
Adjust the pitch of the speech

The extension offers text to speech conversion in different language.                    

एक्सटेंशन की मूल जानकारी

नाम Text to Speech Text to Speech
ID ccfpenhpilnacfeimonjfdndpphbgkaa
आधिकारिक URL https://chromewebstore.google.com/detail/text-to-speech/ccfpenhpilnacfeimonjfdndpphbgkaa
विवरण Read any selected text in the browser with human-quality text-to-speech (TTS) engines
फ़ाइल का आकार 145 KB
स्थापना संख्या 2,247
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2019-10-27
प्रकाशन तिथि 2019-10-27
रेटिंग 2.50/5 कुल 4 रेटिंग्स
डेवलपर brian.girko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://add0n.com/text-to-speech.html
सहायता पृष्ठ URL https://add0n.com/text-to-speech.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Text to Speech",
    "description": "Read any selected text in the browser with human-quality text-to-speech (TTS) engines",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/add0n.com\/text-to-speech.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Select some text and press the icon to display the TTS popup. Click once more to hide the popup"
    }
}