Text to Speech

Read any selected text in the browser with human-quality text-to-speech (TTS) engines

什麼是Text to Speech?

Text to Speech是由brian.girko開發的Chrome擴展程式,該擴展的主要功能是“Read any selected text in the browser with human-quality text-to-speech (TTS) engines”。

擴展截圖

screenshot

下載Text to Speech擴展crx文件

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

擴展使用說明

                        Text-to-Speech (TTS) extension is a powerful tool to speak the current page. Just select the content and press the toolbar button (browser-action button) and the extension will start converting the content to speech. This extension supports both local and remote TTS engines of your browser and supports a few more remote TTS engines if your browser has no engine of its own.

The quality of the conversion depends on the engine that you select. The remote engines usually provide a really good quality conversion close to human quality conversion. 

This extension supports the following actions:
Pause and resume the speech
Skip to the next section
repeat the current section
move to the previous section

This extension also supports sound controlling options:
Adjust the volume of the speech
Adjust the speed of the speech
Adjust the pitch of the speech

The extension offers text to speech conversion in different language.                    

擴展基本資訊

名稱 Text to Speech Text to Speech
ID ccfpenhpilnacfeimonjfdndpphbgkaa
官方網址 https://chromewebstore.google.com/detail/text-to-speech/ccfpenhpilnacfeimonjfdndpphbgkaa
簡介 Read any selected text in the browser with human-quality text-to-speech (TTS) engines
檔案大小 145 KB
安裝次數 2,247
目前版本 0.1.2
更新時間 2019-10-27
上架時間 2019-10-27
評分 2.50/5 共 4 次評分
開發者 brian.girko
電子郵箱 [email protected]
付費類型 free
擴展官網 https://add0n.com/text-to-speech.html
說明頁面URL https://add0n.com/text-to-speech.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Text to Speech",
    "description": "Read any selected text in the browser with human-quality text-to-speech (TTS) engines",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/add0n.com\/text-to-speech.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Select some text and press the icon to display the TTS popup. Click once more to hide the popup"
    }
}