Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Read Out Loud क्या है?

Read Out Loud softapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech."।

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

screenshot
screenshot

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

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

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

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

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

नाम Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
आधिकारिक URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
विवरण This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
फ़ाइल का आकार 10.88 KB
स्थापना संख्या 996
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-03-03
प्रकाशन तिथि 2023-03-02
डेवलपर softapp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}