Reedr — Text-to-speech

The coolest text-to-speech extension.

Reedr — Text-to-speech क्या है?

Reedr — Text-to-speech John Brown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The coolest text-to-speech extension."।

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

screenshot

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

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

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

                        A text-to-speech extension featuring incredible features such as sentence skipping, volume controls, speed controls, and more to come! Multi-task with ease. Too busy to read long-winded articles? Let Reedr read articles, messages, and more while you browse other tabs! 

How to use:
- Go to a web page with selectable text
- Open the extension to display the toolbar (located at the bottom right of the screen)
- Drag and select (highlight) the text that you'd like to listen to
- Press play!

Version 1.1.1: (12/7/19)
* Adds tooltips when hovering over a button
* Adds a dedicated stop button
* Updates functionality of play / pause button. Pause will no longer reset speech synthesis. Now, it will pause speech synthesis. Clicking play will then resume playback.
* Updates app name
* Fixes some styling issues
* Miscellaneous improvements

Version 1.0.0: (11/26/19)
* Select a range of text to play
* Skip to the next sentence
* Go back to the previous sentence
* Set the volume for speech
* Set the speed for speech (0.5, 1.0, 1.5, 2.0)
* Speech synthesis for English text
* Stop speech synthesis                    

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

नाम Reedr — Text-to-speech Reedr — Text-to-speech
ID ddfgbmphgdlpbedlhaedihohmhejonbj
आधिकारिक URL https://chromewebstore.google.com/detail/reedr-%E2%80%94-text-to-speech/ddfgbmphgdlpbedlhaedihohmhejonbj
विवरण The coolest text-to-speech extension.
फ़ाइल का आकार 38.37 KB
स्थापना संख्या 376
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-01-13
प्रकाशन तिथि 2020-01-11
रेटिंग 2.00/5 कुल 3 रेटिंग्स
डेवलपर John Brown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reedr \u2014 Text-to-speech",
    "version": "1.1.1",
    "description": "The coolest text-to-speech extension.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "app\/app.css"
            ],
            "js": [
                "app\/app.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Reedr \u2014 Text-to-speech",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}