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
官方網址 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"
    }
}