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

Text to Speech: Voice Reader TTS란 무엇입니까?

Text to Speech: Voice Reader TTS은(는) Text-to-Speech TTS Reader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Free Text to Speech Voice TTS Reader in Google Chrome and read text out loud from news, articles, websites and other sources"입니다.

확장 프로그램 스크린샷

screenshot

Text to Speech: Voice Reader TTS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Text to Speech: Voice Reader TTS Text to Speech: Voice Reader TTS
ID mhapkjngbbknjmpbnjbbhmogbhagncjd
공식 URL https://chromewebstore.google.com/detail/text-to-speech-voice-read/mhapkjngbbknjmpbnjbbhmogbhagncjd
설명 Add Free Text to Speech Voice TTS Reader in Google Chrome and read text out loud from news, articles, websites and other sources
파일 크기 134 KB
설치 횟수 645,192
현재 버전 1.0.1
최근 업데이트 2023-07-04
출시 날짜 2022-05-31
평점 3.98/5 총 133 개의 평점
개발자 Text-to-Speech TTS Reader
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1XCGmiERvxmUTkeY_SUBZRkxfgg_G6GkJ0_IyVZdU1Hc/edit?usp=sharing
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}