Text to Speech

Speak the Text provided in input field

Text to Speech क्या है?

Text to Speech ankitkaura79 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speak the Text provided in input field"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.                    

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

नाम Text to Speech Text to Speech
ID jigbklldfboaonapajdmkoaaanahlihb
आधिकारिक URL https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb
विवरण Speak the Text provided in input field
फ़ाइल का आकार 942 KB
स्थापना संख्या 116
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-03-19
प्रकाशन तिथि 2021-03-19
डेवलपर ankitkaura79
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Speech",
    "description": "Speak the Text provided in input field",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}