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
公式URL 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
Eメール [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"
    ]
}