Selection Reader

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

Was ist Selection Reader?

Selection Reader ist eine Chrome-Erweiterung, die von Arun Kumar Sekar entwickelt wurde, und ihr Hauptmerkmal ist "Selection Reader allows to speak the content in the web page with various voice control options.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Selection Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selection Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
Offizielle URL https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Beschreibung Selection Reader allows to speak the content in the web page with various voice control options.
Dateigröße 105 KB
Installationsanzahl 16,794
Aktuelle Version 2.1
Letztes Update 2017-11-29
Veröffentlichungsdatum 2017-11-29
Bewertung 4.22/5 Insgesamt 9 Bewertungen
Entwickler Arun Kumar Sekar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}