TTSReader | Text to Speech In Page Reader

Read out loud any page, directly from within the page

Hvad er TTSReader | Text to Speech In Page Reader?

TTSReader | Text to Speech In Page Reader er en Chrome-udvidelse udviklet af https://ttsreader.com, og dens hovedfunktion er "Read out loud any page, directly from within the page".

Udvidelsesskærmbilleder

screenshot

Download TTSReader | Text to Speech In Page Reader-udvidelses-CRX-fil

Download TTSReader | Text to Speech In Page Reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TTSReader | Text to Speech In Page Reader TTSReader | Text to Speech In Page Reader
ID pakknklefcjdhejnffafpeelofiekebg
Officiel URL https://chromewebstore.google.com/detail/ttsreader-text-to-speech/pakknklefcjdhejnffafpeelofiekebg
Beskrivelse Read out loud any page, directly from within the page
Filstørrelse 1.24 MB
Antal Installationer 101,425
Nuværende Version 10.32.6
Senest Opdateret 2023-02-16
Udgivelsesdato 2020-09-16
Bedømmelse 3.82/5 Samlet 188 Bedømmelser
Udvikler https://ttsreader.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://ttsreader.com/
Hjælpeside-URL https://ttsreader.com/
URL til Fortrolighedspolitik Side https://speechnotes.co
Understøttede Sprog 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"
    }
}