iRead4u

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

Wat is iRead4u?

iRead4u is een Chrome-extensie ontwikkeld door deep4788, en de belangrijkste functie is "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iRead4u

Download iRead4u-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
Officiële URL https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Beschrijving Reads (text to speech) the currently highlighted text on the screen (current tab)
Bestandsgrootte 214 KB
Aantal Installaties 1,000
Huidige Versie 1.5.0
Laatst Bijgewerkt 2016-11-02
Publicatiedatum 2016-11-02
Beoordeling 2.00/5 Totaal 12 Beoordelingen
Ontwikkelaar deep4788
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}