iRead4u

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

Τι είναι το iRead4u;

Το iRead4u είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον deep4788, και η κύρια λειτουργία του είναι "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης iRead4u

Λήψη αρχείων επέκτασης iRead4u σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
Επίσημο URL https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Περιγραφή Reads (text to speech) the currently highlighted text on the screen (current tab)
Μέγεθος Αρχείου 214 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.5.0
Τελευταία Ενημέρωση 2016-11-02
Ημερομηνία Δημοσίευσης 2016-11-02
Αξιολόγηση 2.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής deep4788
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}