Webpage Narrator - Community (Free) Version

Narrate text on a webpage

Webpage Narrator - Community (Free) Version क्या है?

Webpage Narrator - Community (Free) Version Dodzi A द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Narrate text on a webpage"।

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

screenshot

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

crx प्रारूप में Webpage Narrator - Community (Free) Version एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension reads out the text content that is selected on a webpage or all the text content on the page if nothing is selected. 
This presents a hands-free option for individuals to peruse pages by having it dictated to them rather than having to read it themselves. 

You may want this option of listening rather than reading due to tired eyes or just your preference/convenience. For example, getting ready for work and want to read an article on the web while fixing breakfast? Navigate to the page click the extension icon, select the content want to read and hit the play button to have the extension read the contents out loud to you. 
Performing some chore while you want to read content on a webpage, this extension has you covered as well.

This extension has a UI with three buttons: the play button, the stop button and the theme toggle button that switches the theme from dark to light and vice-versa.                    

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

नाम Webpage Narrator - Community (Free) Version Webpage Narrator - Community (Free) Version
ID cmcgilnacfcnkhmeaoinpalpiedbaclb
आधिकारिक URL https://chromewebstore.google.com/detail/webpage-narrator-communit/cmcgilnacfcnkhmeaoinpalpiedbaclb
विवरण Narrate text on a webpage
फ़ाइल का आकार 390 KB
स्थापना संख्या 732
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2021-11-22
प्रकाशन तिथि 2021-11-21
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Dodzi A
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage Narrator - Community (Free) Version",
    "version": "0.2.1",
    "description": "Narrate text on a webpage",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "icons": {
        "32": "icon.png"
    },
    "author": "Dodzi A"
}