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