Text to Speech: Voice Reader TTS

Add Free Text to Speech Voice TTS Reader in Google Chrome and read text out loud from news, articles, websites and other sources

Wat is Text to Speech: Voice Reader TTS?

Text to Speech: Voice Reader TTS is een Chrome-extensie ontwikkeld door Text-to-Speech TTS Reader, en de belangrijkste functie is "Add Free Text to Speech Voice TTS Reader in Google Chrome and read text out loud from news, articles, websites and other sources".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text to Speech: Voice Reader TTS

Download Text to Speech: Voice Reader TTS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Voice Reader is an efficient tool that enables you to listen to text content being read aloud. It utilizes text-to-speech (TTS) technology to read from various sources such as news articles, social networks, Google Docs, and webpages.

This TTS Reader is designed to be user-friendly, converting written text into spoken words effortlessly. With support for over 50 languages and more than 80 voices, you have the freedom to personalize the settings according to your preferences.

In addition to web content, Voice Reader can also read aloud PDFs, Google Docs, EPUBs, and books within your Google Chrome browser. Simply highlight the desired text and click on the icon to initiate the text-to-speech conversion. You'll have various options at your disposal, including the ability to adjust the voice, reading speed, and pitch.

Now, you can conveniently listen to content while multitasking. Let Voice Reader and Text to Speech assist you in this endeavor.

To begin using this extension, all you need to do is add it to your Chrome browser. It's a straightforward process that takes only a few seconds.

TTS is a relatively new extension that proves immensely useful for individuals who prefer converting written text into spoken words. This extension became available on the Chrome Web Store in 2022 and offers a comprehensive set of features that cater to your needs. The latest version supports 52 languages, including English, Arabic, Portuguese, Spanish, Romanian, Turkish, Croatian, French, Danish, Swedish, and many more.

Despite its feature-rich nature, the extension itself is lightweight, merely occupying 133 kilobytes of storage space. This ensures quick and seamless installation.

Using the Text to Speech functionality is a breeze:

1. Open a web page written in one of the supported languages.
2. Highlight the text you find interesting or wish to listen to.
3. Click the "listen" button.

The extension will then read the selected text aloud in a clear and audible manner. By default, the reading language is set to English, but you can easily modify the settings to suit your preferences. The browser add-on provides a wide array of options, including playback control buttons such as "play," "stop," "forward," and "back." With these, you can initiate the reading, pause it, or navigate forward or backward word by word. All changes are displayed on the browser page, ensuring a seamless user experience.

Moreover, the extension features a convenient volume and speaker adjustment button. This allows you to tailor the audio output to your liking since different individuals have varying preferences when it comes to narration speed. Additionally, the "Settings" button grants access to numerous additional features.

In the past, early free text-to-speech online browser add-ons often produced robotic and unnatural intonations, hampering the overall listening experience. However, thanks to advancements in modern technology, the TTS browser add-on offers a much smoother and more convenient experience. It provides a plethora of high-quality options for testing and listening at your convenience.

Furthermore, you can choose from a wide selection of male and female voices, ensuring maximum comfort while listening to the text. The developers of this browser add-on have devoted special attention to this aspect. Although competitors also strive to deliver accurate products, the Text to Speech program stands out as the industry's most precise, high-quality, and multifunctional solution. Numerous positive reviews from satisfied customers further validate this fact.                    

Basisinformatie over de Extensie

Naam Text to Speech: Voice Reader TTS Text to Speech: Voice Reader TTS
ID mhapkjngbbknjmpbnjbbhmogbhagncjd
Officiële URL https://chromewebstore.google.com/detail/text-to-speech-voice-read/mhapkjngbbknjmpbnjbbhmogbhagncjd
Beschrijving Add Free Text to Speech Voice TTS Reader in Google Chrome and read text out loud from news, articles, websites and other sources
Bestandsgrootte 134 KB
Aantal Installaties 645,192
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-07-04
Publicatiedatum 2022-05-31
Beoordeling 3.98/5 Totaal 133 Beoordelingen
Ontwikkelaar Text-to-Speech TTS Reader
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1XCGmiERvxmUTkeY_SUBZRkxfgg_G6GkJ0_IyVZdU1Hc/edit?usp=sharing
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon_16.png",
        "24": "assets\/icon_24.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "action": {
        "default_icon": "assets\/icon_32.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset-1",
                "enabled": true,
                "path": "rules-1.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "declarativeNetRequest",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/speech.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/click_icon.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/close_white.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/icon_24.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/pause_btn.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/play_btn.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/speech-initializer.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/stop_btn.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}