Speak Selection

Speaks the current selection out loud.

What is Speak Selection?

Speak Selection is a Chrome extension developed by https://sites.google.com/site/encontralogratis, and its main feature is "Speaks the current selection out loud.".

Extension Screenshots

screenshot

Download Speak Selection Extension CRX File

Download Speak Selection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
Official URL https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
Description Speaks the current selection out loud.
File Size 38.7 KB
Installation Count 82
Current Version 1.1
Last Updated 2017-09-19
Publish Date 2017-09-19
Rating 4.00/5 Total 1 Ratings
Developer https://sites.google.com/site/encontralogratis
Email [email protected]
Payment Type free
Extension Website https://goo.gl/eQNkWB
Help Page URL https://goo.gl/eQNkWB
Supported Languages 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
}