Read Out Loud

Text to speech extension

Read Out Loud क्या है?

Read Out Loud Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text to speech extension"।

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

screenshot

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

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

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

                        Paste a chunk of text and let it be read to you!                    

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

नाम Read Out Loud Read Out Loud
ID bkaplhhfpbiahjkelcbpgipmmaneknmc
आधिकारिक URL https://chromewebstore.google.com/detail/read-out-loud/bkaplhhfpbiahjkelcbpgipmmaneknmc
विवरण Text to speech extension
फ़ाइल का आकार 7.44 KB
स्थापना संख्या 168
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-05-11
प्रकाशन तिथि 2020-05-11
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Out Loud",
    "description": "Text to speech extension",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}