Voice Out TTS Client

Voice Out TTS, select the text and right-click to speak with your system TTS Engine

什麼是Voice Out TTS Client?

Voice Out TTS Client是由https://www.rosaneng.com開發的Chrome擴展程式,該擴展的主要功能是“Voice Out TTS, select the text and right-click to speak with your system TTS Engine”。

擴展截圖

screenshot
screenshot

下載Voice Out TTS Client擴展crx文件

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

擴展使用說明

                        Voice Out is a Text-to-speech TTS client that makes your Chrome browser speak texts with the built-in Text-to-speech Engine TTS. 

Voice Out helps you read in foreign languages. Simply select the text, right click and select Voice Out TTS Client -> Start speaking to convert the text into voice. Make your device say anything you want in foreign languages by changing the settings.

This extension aims to be simple and without useless features or options.

For educators, parents or students (everyone). You can use this extension to learn about pronunciation of different languages.                    

擴展基本資訊

名稱 Voice Out TTS Client Voice Out TTS Client
ID hbelphkdkebaclidgfhjaobpljdoagpd
官方網址 https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd
簡介 Voice Out TTS, select the text and right-click to speak with your system TTS Engine
檔案大小 423 KB
安裝次數 1,402
目前版本 1.0
更新時間 2018-07-10
上架時間 2018-07-09
評分 4.25/5 共 8 次評分
開發者 https://www.rosaneng.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.rosaneng.com
說明頁面URL http://www.rosaneng.com
隱私政策頁面URL http://www.rosaneng.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Out TTS Client",
    "description": "Voice Out TTS, select the text and right-click to speak with your system TTS Engine",
    "manifest_version": 2,
    "minimum_chrome_version": "24",
    "offline_enabled": true,
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "options.html",
        "default_title": "Voice Out TTS Client"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ],
        "persistens": false
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}