Speak Selection

Speaks the current selection out loud.

Speak Selectionとは何ですか?

Speak Selectionはhttps://sites.google.com/site/encontralogratisによって開発されたChromeの拡張機能で、その主な機能は「Speaks the current selection out loud.」です。

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

screenshot

Speak Selection拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Convierte cualquier texto de una web voz deja de leer y escucha tus noticias favoritas                    

拡張機能の基本情報

名前 Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
公式URL https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
説明 Speaks the current selection out loud.
ファイルサイズ 38.7 KB
インストール数 82
現在のバージョン 1.1
最終更新日 2017-09-19
公開日 2017-09-19
評価 4.00/5 合計 1 レビュー
開発者 https://sites.google.com/site/encontralogratis
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://goo.gl/eQNkWB
ヘルプページのURL https://goo.gl/eQNkWB
対応言語 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak Selection",
    "version": "1.1",
    "description": "Speaks the current selection out loud.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "SpeakSel19.png",
        "default_title": "Speak Selection"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "SpeakSel16.png",
        "48": "SpeakSel48.png",
        "128": "SpeakSel128.png",
        "256": "SpeakSel256.png"
    },
    "manifest_version": 2
}