Read Aloud: A Text to Speech Voice Reader

Read aloud the current web-page article with one click, using text to speech (TTS). Supports 40+ languages.

Τι είναι το Read Aloud: A Text to Speech Voice Reader;

Το Read Aloud: A Text to Speech Voice Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lsdsoftware.com, και η κύρια λειτουργία του είναι "Read aloud the current web-page article with one click, using text to speech (TTS). Supports 40+ languages.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Read Aloud: A Text to Speech Voice Reader

Λήψη αρχείων επέκτασης Read Aloud: A Text to Speech Voice Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Read Aloud uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

Read Aloud allows you to select from a variety of text-to-speech voices, including those provided natively by the browser, as well as by text-to-speech cloud service providers such as Google Wavenet, Amazon Polly, IBM Watson, and Microsoft.  Some of the cloud-based voices may require additional in-app purchase to enable.

Read Aloud can read PDF, Google Docs, Google Play books, Amazon Kindle, and EPUB (via the excellent EPUBReader extension from epubread.com).

Read Aloud is intended for users who prefer to listen to content instead of reading, those with dyslexia or other learning disabilities, and children learning to read.

To use Read Aloud, navigate to the web page you want to read, then click the Read Aloud icon on the Chrome menu.  In addition, the shortcut keys ALT-P, ALT-O, ALT-Comma, and ALT-Period can be used to Play/Pause, Stop, Rewind, and Forward.  You may also select the text you want to read before activating the extension.  Right clicking on the selected text will provide you with yet another option to activate Read Aloud via the context menu.

To change the voice, reading speed, pitch, or enable text highlighting, go to the Options page either by right clicking on the Read Aloud icon and choose Options, or by clicking the Gear button on the extension popup (you'll need to stop playback to see the Gear button).

Read Aloud is an open-source project.  If you wish to contribute bug fixes or translations, please visit the GitHub page at https://github.com/ken107/read-aloud.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Read Aloud: A Text to Speech Voice Reader Read Aloud: A Text to Speech Voice Reader
ID hdhinadidafjejdhmfkjgnolgimiaplp
Επίσημο URL https://chromewebstore.google.com/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp
Περιγραφή Read aloud the current web-page article with one click, using text to speech (TTS). Supports 40+ languages.
Μέγεθος Αρχείου 576 KB
Αριθμός Εγκαταστάσεων 5,270,684
Τρέχουσα Έκδοση 2.8.0
Τελευταία Ενημέρωση 2024-01-21
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.23/5 Συνολικά 2894 Αξιολογήσεις
Προγραμματιστής https://lsdsoftware.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://readaloud.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://readaloud.app/?tab=Support
URL της Σελίδας Πολιτικής Απορρήτου https://readaloud.app/privacy.html
Υποστηριζόμενες Γλώσσες en,vi,tr,es,it,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "version": "2.8.0",
    "default_locale": "en",
    "minimum_chrome_version": "99",
    "action": {
        "default_popup": "popup.html?isPopup=1"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnuixucDtRgOw5uj5Bj8e+mAOxk2JAe0soL61VPOJz49awD8TGg4bUedgPkwHlLFpN1YayanQPOixIa+ePnSgSaXiV0SSdKYp4f1SUDGf1Z9Q7Ya+onaLN6aAcv7HAUQ9+JQK8aPNIyMHRm\/Clx8zjwbILXzILbmuMvkRva7A78k0HULb+LxNGMeV9F7Q0U8WdZrfS2VNBpDVnDqGqVL93TDz1UsTvaA+uX0S5ZeXeZIwOzUMsuyiSBMPoQC5cUxszmJVtjj92EY1\/AonZr22Cp8J5KBiCYJBsJqQ+Dt15cXz3gtCkBbChdlNbG8pLDneDNmEdF8EIVrziO346+qU0QIDAQAB",
    "oauth2": {
        "client_id": "311515340069-gr48lfk7ufpg8ath9qkfsatq60tr6147.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "offscreen",
        "scripting",
        "storage",
        "tts",
        "ttsEngine"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/translate.google.com\/"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "player.html",
                "sound\/silence.mp3",
                "img\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "play": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "play\/pause"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "stop"
        },
        "forward": {
            "suggested_key": {
                "default": "Alt+Period"
            },
            "description": "forward"
        },
        "rewind": {
            "suggested_key": {
                "default": "Alt+Comma"
            },
            "description": "rewind"
        }
    }
}