Speak Selection

Speaks the current selection out loud.

Cos'è Speak Selection?

Speak Selection è un'estensione di Chrome sviluppata da https://sites.google.com/site/encontralogratis, e la sua funzione principale è "Speaks the current selection out loud.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speak Selection

Scarica i file di estensione Speak Selection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
URL Ufficiale https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
Descrizione Speaks the current selection out loud.
Dimensione del File 38.7 KB
Conteggio Installazioni 82
Versione Corrente 1.1
Ultimo Aggiornamento 2017-09-19
Data di Pubblicazione 2017-09-19
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://sites.google.com/site/encontralogratis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://goo.gl/eQNkWB
URL della Pagina di Aiuto https://goo.gl/eQNkWB
Lingue Supportate 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
}