iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

Qu'est-ce que iRead4u ?

iRead4u est une extension Chrome développée par deep4788, et sa fonction principale est "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iRead4u

Téléchargez les fichiers d'extension iRead4u 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

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

Informations de Base sur l'Extension

Nom iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
URL Officiel https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Description Reads (text to speech) the currently highlighted text on the screen (current tab)
Taille du Fichier 214 KB
Nombre d'Installations 1,000
Version Actuelle 1.5.0
Dernière Mise à Jour 2016-11-02
Date de Publication 2016-11-02
Évaluation 2.00/5 Total 12 Évaluations
Développeur deep4788
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}