Readme - Text To Speech (TTS)

AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.

Wat is Readme - Text To Speech (TTS)?

Readme - Text To Speech (TTS) is een Chrome-extensie ontwikkeld door https://thereadme.com, en de belangrijkste functie is "AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Readme - Text To Speech (TTS)

Download Readme - Text To Speech (TTS)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Readme TTS is a comprehensive Chrome extension that provides a convenient and innovative solution for text-to-speech technology. With its advanced text-to-speech conversion features, it allows you to listen to articles, blog posts, and other written content with just a click of a button. Say goodbye to boring reading and hello to a more enjoyable and hands-free way to consume information. 
 
Readme integrate Summary function, using ChatGPT an advanced language model trained by OpenAI, that allows you to quickly and easily get a summary of any webpage you visit. With just a click of a button, this extension uses advanced natural language processing algorithms to analyze the content of the page and generate a concise summary of its main points.

Some of its key features include:
• Easy text-to-speech conversion.
• Support for multiple languages.
• Adjustable speaking speed.
• Ability to play/pause, skip forward/backward, and adjust volume.
• User-friendly interface.
• Option to choose a male or female voice for speech output.
• Ability to select specific text passages for text to speech conversion.
• Support for additional file formats such as PDF and eBooks.
• Summary text of any webpage you visit.
• Summary function is compatible with various video hosting platforms such as YouTube and Vimeo.

Instructions for use:
1. Install the extension from the Chrome Web Store.
2. Visit any web page with written content.
3. Click the Readme TTS icon in the Chrome browser.
4. Use the available controls to customize the text-to-speech output to your preference.
5. Sit back and listen as the extension converts the text to speech.
6. To make use of the Summary feature, you need to have a ChatGPT account.
7. Once you are logged in to ChatGPT, the summary function will be automatically enabled.

Benefits of using text-to-speech technology:
• Increased productivity and accessibility.
• More enjoyable and hands-free way of consuming information.
• Perfect for multitasking, or exercising.

Compare Readme TTS with traditional reading methods and discover the advantages of text-to-speech. Our satisfied users have already made the switch, why not you too?

The development team behind Readme TTS is dedicated to providing the best text to speech technology on the market. Our expertise and experience in the field ensure that you receive a high-quality product with each use.                    

Basisinformatie over de Extensie

Naam Readme - Text To Speech (TTS) Readme - Text To Speech (TTS)
ID npdkkcjlmhcnnaoobfdjndibfkkhhdfn
Officiële URL https://chromewebstore.google.com/detail/readme-text-to-speech-tts/npdkkcjlmhcnnaoobfdjndibfkkhhdfn
Beschrijving AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.
Bestandsgrootte 1.78 MB
Aantal Installaties 537,085
Huidige Versie 1.1.3
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2020-09-18
Beoordeling 4.33/5 Totaal 2078 Beoordelingen
Ontwikkelaar https://thereadme.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://thereadme.com/policy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.3",
    "icons": {
        "16": "icons\/ext_icon_128.png",
        "32": "icons\/ext_icon_128.png",
        "48": "icons\/ext_icon_128.png",
        "64": "icons\/ext_icon_128.png",
        "128": "icons\/ext_icon_128.png"
    },
    "permissions": [
        "tts",
        "ttsEngine",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "icons\/ext_icon_128.png",
        "default_title": "__MSG_extTitle__"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "vendors\/vendors.js",
                "content\/content.js",
                "content\/content-read.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        },
        {
            "js": [
                "content\/content-cloud.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/cloud.google.com\/text-to-speech\/*"
            ],
            "all_frames": false
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "content\/content-gpt.js"
            ],
            "css": [
                "styles\/banner-gpt.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options\/options.html",
    "commands": {
        "forward": {
            "description": "Next",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "play": {
            "description": "Read\/Pause",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "backward": {
            "description": "Previous",
            "suggested_key": {
                "default": "Alt+Up"
            }
        },
        "speaker": {
            "description": "Speaker",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*",
        "img\/*",
        "icons\/*",
        "popup\/popup.html"
    ]
}