Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

Cos'è Selection Reader?

Selection Reader è un'estensione di Chrome sviluppata da Arun Kumar Sekar, e la sua funzione principale è "Selection Reader allows to speak the content in the web page with various voice control options.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Selection Reader

Scarica i file di estensione Selection Reader 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

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

Informazioni di Base sull'Estensione

Nome Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
URL Ufficiale https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Descrizione Selection Reader allows to speak the content in the web page with various voice control options.
Dimensione del File 105 KB
Conteggio Installazioni 16,794
Versione Corrente 2.1
Ultimo Aggiornamento 2017-11-29
Data di Pubblicazione 2017-11-29
Valutazione 4.22/5 Totale 9 Valutazioni
Sviluppatore Arun Kumar Sekar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}