Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Text To Voice V1.0.2とは何ですか?

Text To Voice V1.0.2はDadaso Zanzaneによって開発されたChromeの拡張機能で、その主な機能は「This extension will convert your text to multiple voice formats.」です。

拡張機能のスクリーンショット

screenshot

Text To Voice V1.0.2拡張機能のCRXファイルをダウンロード

Text To Voice V1.0.2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will convert your text to multiple voice formats.

 - added play/stop button
 - enabled right click and play                    

拡張機能の基本情報

名前 Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
公式URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
説明 This extension will convert your text to multiple voice formats.
ファイルサイズ 101 KB
インストール数 561
現在のバージョン 1.0.2
最終更新日 2015-11-14
公開日 2015-11-14
評価 3.33/5 合計 9 レビュー
開発者 Dadaso Zanzane
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text To Voice V1.0.2",
    "description": "This extension will convert your text to multiple voice formats.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default.html"
    },
    "permissions": [
        "activeTab",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.cookie.js",
            "script.js",
            "background.js"
        ]
    }
}