Speak Selection

Speaks the current selection out loud.

Wat is Speak Selection?

Speak Selection is een Chrome-extensie ontwikkeld door https://sites.google.com/site/encontralogratis, en de belangrijkste functie is "Speaks the current selection out loud.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speak Selection

Download Speak Selection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
Officiële URL https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
Beschrijving Speaks the current selection out loud.
Bestandsgrootte 38.7 KB
Aantal Installaties 82
Huidige Versie 1.1
Laatst Bijgewerkt 2017-09-19
Publicatiedatum 2017-09-19
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://sites.google.com/site/encontralogratis
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://goo.gl/eQNkWB
Help Pagina-URL https://goo.gl/eQNkWB
Ondersteunde Talen 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
}