Readme - Text To Speech (TTS)

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

O que é Readme - Text To Speech (TTS)?

Readme - Text To Speech (TTS) é uma extensão do Chrome desenvolvida por https://thereadme.com, e sua principal característica é "AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Readme - Text To Speech (TTS)

Baixe arquivos de extensão Readme - Text To Speech (TTS) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Readme - Text To Speech (TTS) Readme - Text To Speech (TTS)
ID npdkkcjlmhcnnaoobfdjndibfkkhhdfn
URL Oficial https://chromewebstore.google.com/detail/readme-text-to-speech-tts/npdkkcjlmhcnnaoobfdjndibfkkhhdfn
Descrição AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.
Tamanho do Arquivo 1.78 MB
Contagem de Instalações 537,085
Versão Atual 1.1.3
Última Atualização 2024-01-08
Data de Publicação 2020-09-18
Classificação 4.33/5 Total de 2078 Avaliações
Desenvolvedor https://thereadme.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://thereadme.com/policy
Idiomas Suportados 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"
    ]
}