Readme - Text To Speech (TTS)

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

什麼是Readme - Text To Speech (TTS)?

Readme - Text To Speech (TTS)是由https://thereadme.com開發的Chrome擴展程式,該擴展的主要功能是“AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Readme - Text To Speech (TTS)擴展crx文件

下載Readme - Text To Speech (TTS)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Readme - Text To Speech (TTS) Readme - Text To Speech (TTS)
ID npdkkcjlmhcnnaoobfdjndibfkkhhdfn
官方網址 https://chromewebstore.google.com/detail/readme-text-to-speech-tts/npdkkcjlmhcnnaoobfdjndibfkkhhdfn
簡介 AI-powered text-to-speechе tool. Voice over for books and PDF files. ChatGPT summarizer for anything.
檔案大小 1.78 MB
安裝次數 537,085
目前版本 1.1.3
更新時間 2024-01-08
上架時間 2020-09-18
評分 4.33/5 共 2078 次評分
開發者 https://thereadme.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://thereadme.com/policy
支援的語言 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"
    ]
}