Selection Reader

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

Wat is Selection Reader?

Selection Reader is een Chrome-extensie ontwikkeld door Arun Kumar Sekar, en de belangrijkste functie is "Selection Reader allows to speak the content in the web page with various voice control options.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Selection Reader

Download Selection Reader-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

                        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.                    

Basisinformatie over de Extensie

Naam Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
Officiële URL https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Beschrijving Selection Reader allows to speak the content in the web page with various voice control options.
Bestandsgrootte 105 KB
Aantal Installaties 16,794
Huidige Versie 2.1
Laatst Bijgewerkt 2017-11-29
Publicatiedatum 2017-11-29
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar Arun Kumar Sekar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}