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ファイルをダウンロード

TTSReader | Text to Speech In Page Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}