Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

Was ist Selection Reader (Text to Speech)?

Selection Reader (Text to Speech) ist eine Chrome-Erweiterung, die von David Heaney entwickelt wurde, und ihr Hauptmerkmal ist "High quality text-to-speech reader capable of seamlessly reading large amounts of text.".

Erweiterungsscreenshots

screenshot

Selection Reader (Text to Speech)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selection Reader (Text to Speech)-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

                        Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require.

Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!                    

Grundlegende Informationen zur Erweiterung

Name Selection Reader (Text to Speech) Selection Reader (Text to Speech)
ID fdffijlhedcdiblbingmagmdnokokgbi
Offizielle URL https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi
Beschreibung High quality text-to-speech reader capable of seamlessly reading large amounts of text.
Dateigröße 31.45 KB
Installationsanzahl 377,503
Aktuelle Version 1.8.9
Letztes Update 2018-09-10
Veröffentlichungsdatum 2018-09-08
Bewertung 3.60/5 Insgesamt 667 Bewertungen
Entwickler David Heaney
Zahlungsart free
Unterstützte Sprachen id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_shortname__",
    "author": "David Heaney",
    "description": "__MSG_manifest_description__",
    "version": "1.8.9",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "read.js",
            "buy.js"
        ]
    },
    "icons": {
        "16": "icons\/regular\/icon16.png",
        "48": "icons\/regular\/icon48.png",
        "128": "icons\/regular\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "manifest_version": 2
}