Read aloud with auto language detection

Text-to-speech web reader

Read aloud with auto language detection क्या है?

Read aloud with auto language detection Hatsevich Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text-to-speech web reader"।

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

screenshot

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

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

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

                        This extension helps you read aloud websites by using Google Chrome text-to-speech engine.
It can automatically detect the language of current sentence (currently English or Russian).
It can be conveniently controlled with keyboard shortcuts.

How to use:
Quick start: select any piece of web page where you want to start reading and press Alt+R (or click the extension icon). Extension widget will appear and will start reading. Mouse over the widget to see all the options and keyboard shortcuts.

Demo (in Russian): https://www.youtube.com/watch?v=Nnxh91ryrdU                    

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

नाम Read aloud with auto language detection Read aloud with auto language detection
ID iaeiplcjdnogoipoblmicfocnhfobpmi
आधिकारिक URL https://chromewebstore.google.com/detail/read-aloud-with-auto-lang/iaeiplcjdnogoipoblmicfocnhfobpmi
विवरण Text-to-speech web reader
फ़ाइल का आकार 62.32 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2021-08-11
प्रकाशन तिथि 2020-08-25
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Hatsevich Software
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read aloud with auto language detection",
    "version": "0.0.0.6",
    "description": "Text-to-speech web reader",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "icons": {
        "16": "loudspeaker 16.png",
        "32": "loudspeaker 32.png",
        "48": "loudspeaker 48.png",
        "128": "loudspeaker 128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "loudspeaker 512.png"
    },
    "manifest_version": 2
}