TTSReader | Text to Speech In Page Reader

Read out loud any page, directly from within the page

TTSReader | Text to Speech In Page Reader란 무엇입니까?

TTSReader | Text to Speech In Page Reader은(는) https://ttsreader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read out loud any page, directly from within the page"입니다.

확장 프로그램 스크린샷

screenshot

TTSReader | Text to Speech In Page Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reads out loud any page without leaving the page. Works continuously - even if you shift to a different tab. No tricks. No privacy violations. Does what it says it does - nothing else hidden under the hood.
Listen to news, wiki articles & more, directly on their websites.

Reads any website, without having to copy text or leave the website.

TTSreader is particularly suited for content based websites, eg Wikipedia articles.

Please note: the ability to read an article on a site depends heavily on how the site is built (and tagged under the hood), as we try to read only the interesting content and skip non content like ads and stuff. In case you need it to read a site, and it does not do it very well, you can select the text, right-click with the mouse, then select 'Play Selected Text'. Also - please send us an email, or feedback on https://ttsreader.com/extension/guide/  so we can perhaps adjust for the site you need.

Main Features:
Reading whole pages
Select text on the page -> right mouse click menu -> read selection
Marks the currently read sentence, so you can follow the reading.

Multilingual, multiple voices and accents.

All your website reading needs in a simple, efficient and intuitive manner! The extension is super simple to use and, a professional text to speech. The extension allows for instant reading of text with natural sounding voices, directly from within any website. 
The extension's icon will be placed right on your Chrome's toolbar, so it will always be available without exiting your working tab. In addition, you can simply select the text you want to be read, and click "Play Selected" right from the popup context menu upon the right-mouse-click.
 
The TTSReader chrome extension has a set features and functionality that allow you to control and customize your listening experience.
	•	Choose a language & voice from a list.
	•	Control and vary reading speeds
	•	Play, pause, skip back and forward
	•	Hear text via selection and use of the right click menu
	•	Listen and continue browsing on other sites.

Uses of the TTSreader extenstion:
	•	While working, listen to interesting articles and books
	•	TTSReader allows for listening to written content while doing something else. 
	•	Suitable for kids education
	•	Aid for people with difficulties in reading

Privacy: We at TTSReader.com value your privacy, and that's why we do not store anything you type or any other data about you.
For additional info & feedback, please contact us at [email protected]

Visit our site on ttsreader.com                    

확장 프로그램 기본 정보

이름 TTSReader | Text to Speech In Page Reader TTSReader | Text to Speech In Page Reader
ID pakknklefcjdhejnffafpeelofiekebg
공식 URL https://chromewebstore.google.com/detail/ttsreader-text-to-speech/pakknklefcjdhejnffafpeelofiekebg
설명 Read out loud any page, directly from within the page
파일 크기 1.24 MB
설치 횟수 101,425
현재 버전 10.32.6
최근 업데이트 2023-02-16
출시 날짜 2020-09-16
평점 3.82/5 총 188 개의 평점
개발자 https://ttsreader.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://ttsreader.com/
도움말 페이지 URL https://ttsreader.com/
개인정보 보호 정책 페이지 URL https://speechnotes.co
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTSReader | Text to Speech In Page Reader",
    "short_name": "TTSReader Text to Speech",
    "description": "Read out loud any page, directly from within the page",
    "version": "10.32.6",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jsm\/jquery-3.1.1.min.js",
                "jsm\/buy.min.js",
                "jsm\/app.min.js",
                "jsm\/getPagesSource.min.js",
                "jsm\/page.min.js",
                "jsm\/keyboardShortcuts.min.js"
            ],
            "css": [
                "css\/page.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "oauth2": {
        "client_id": "1076667146441-99leki9htbjbsaei9soa7so5805qh2dt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq0uBhOiKzJO1IMVif3e2N9+srzE+Wmu+7Vmbqcko6+NXEIDTuCmc8Okz7qUcsOME7FNRpZZ348Me8yxB383paspMsDiuPtX8gCdgTeD31QRIx+3RZaheMOFh\/9ANtK1fFXhvE\/0oA7fv\/LMkVDvtLM\/R03XO6\/r1bRi5SixDcRSb18uUx0M7txjj6i1k1Is3Q4h7KOp84ujkB2BpfGpqkjbnJwRJnVcHwTZKFaafGVGOCHBhEbaS4\/9f4SfMP9JUFa2jGMaz7faZUMBv6m7Vf2PP1OpVNxlbpFyzZPshAClVmlowc7fcMz36rWIyEqfeMFabmi8\/ytrfz1ijxcOIhQIDAQAB",
    "background": {
        "persistent": true,
        "scripts": [
            "jsm\/jquery-3.1.1.min.js",
            "jsm\/buy.min.js",
            "jsm\/app.min.js",
            "jsm\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "jsm\/*.js",
        "images\/*.*",
        "html\/popup.html",
        "html\/purchase.html",
        "css\/*.css"
    ],
    "icons": {
        "16": "rightclickmenuttsicon.png",
        "128": "icon128.png",
        "512": "icon512.png",
        "1024": "icon1024.png"
    }
}