Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
Qu'est-ce que Selection Reader ?
Selection Reader est une extension Chrome développée par Arun Kumar Sekar, et sa fonction principale est "Selection Reader allows to speak the content in the web page with various voice control options.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Selection Reader
Téléchargez les fichiers d'extension Selection Reader 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
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.
Informations de Base sur l'Extension
Nom | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
URL Officiel | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
Description | Selection Reader allows to speak the content in the web page with various voice control options. |
Taille du Fichier | 105 KB |
Nombre d'Installations | 16,794 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2017-11-29 |
Date de Publication | 2017-11-29 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | Arun Kumar Sekar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |