Selection Reader (Text to Speech)
High quality text-to-speech reader capable of seamlessly reading large amounts of text.
Qu'est-ce que Selection Reader (Text to Speech) ?
Selection Reader (Text to Speech) est une extension Chrome développée par David Heaney, et sa fonction principale est "High quality text-to-speech reader capable of seamlessly reading large amounts of text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Selection Reader (Text to Speech)
Téléchargez les fichiers d'extension Selection Reader (Text to Speech) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Selection Reader (Text to Speech) |
ID | fdffijlhedcdiblbingmagmdnokokgbi |
URL Officiel | https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi |
Description | High quality text-to-speech reader capable of seamlessly reading large amounts of text. |
Taille du Fichier | 31.45 KB |
Nombre d'Installations | 377,503 |
Version Actuelle | 1.8.9 |
Dernière Mise à Jour | 2018-09-10 |
Date de Publication | 2018-09-08 |
Évaluation | 3.60/5 Total 667 Évaluations |
Développeur | David Heaney |
Type de Paiement | free |
Langues Prises en Charge | 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 } |