Readme - Text To Speech (TTS)

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

Vad är Readme - Text To Speech (TTS)?

Readme - Text To Speech (TTS) är en Chrome-tillägg utvecklad av https://thereadme.com, och dess huvudfunktion är "AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Readme - Text To Speech (TTS)-förlängningens CRX-fil

Ladda ner Readme - Text To Speech (TTS)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Readme - Text To Speech (TTS) Readme - Text To Speech (TTS)
ID npdkkcjlmhcnnaoobfdjndibfkkhhdfn
Officiell webbadress https://chromewebstore.google.com/detail/readme-text-to-speech-tts/npdkkcjlmhcnnaoobfdjndibfkkhhdfn
Beskrivning AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.
Filstorlek 1.78 MB
Antal Installationer 537,085
Aktuell Version 1.1.3
Senast Uppdaterad 2024-01-08
Publiceringsdatum 2020-09-18
Betyg 4.33/5 Totalt 2078 Betyg
Utvecklare https://thereadme.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://thereadme.com/policy
Stödda Språk 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"
    ]
}