Simple Text To Speech

simple text-to-speech and text queue card readers for chrome

Simple Text To Speechとは何ですか?

Simple Text To Speechはmatrix.nadによって開発されたChromeの拡張機能で、その主な機能は「simple text-to-speech and text queue card readers for chrome」です。

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

screenshot
screenshot
screenshot

Simple Text To Speech拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        a text-to-speech and queue card based reading tool for chrome. This
extension lets you right click highlighted text and use text to speech
in chrome browser.                    

拡張機能の基本情報

名前 Simple Text To Speech Simple Text To Speech
ID gpknfndlfloaiankeelecjfpoedodgcg
公式URL https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg
説明 simple text-to-speech and text queue card readers for chrome
ファイルサイズ 592 KB
インストール数 600
現在のバージョン 1.5
最終更新日 2017-12-22
公開日 2017-12-22
評価 2.33/5 合計 3 レビュー
開発者 matrix.nad
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://infinitet3ch.com/simple-tts-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Text To Speech",
    "version": "1.5",
    "description": "simple text-to-speech and text queue card readers for chrome",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}