Laz-eReader

This extension reads the current page

Τι είναι το Laz-eReader;

Το Laz-eReader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον QuickCode, και η κύρια λειτουργία του είναι "This extension reads the current page".

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

screenshot

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

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

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

                        We developed Laz-eReader to give the user the ability to consume article-based media without needing to read. You can listen to the contents of any article on the web as our extension reads to you-- without the distraction of ads or suggested stories that fill the page, and without eye strain in long browsing sessions.

    Simply open the article you want to have read to you, click on the extension in the upper-right corner and click “READ” and both the title and the contents of the article will be read aloud. Our website (and extension) also have the functionality to read a text file that you provide in the same fashion.                    

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

Όνομα Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
Επίσημο URL https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Περιγραφή This extension reads the current page
Μέγεθος Αρχείου 29.61 KB
Αριθμός Εγκαταστάσεων 205
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2017-04-08
Ημερομηνία Δημοσίευσης 2017-04-08
Προγραμματιστής QuickCode
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laz-eReader",
    "description": "This extension reads the current page",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "responsive-voice.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/www.mercury.postlight.com\/*"
    ]
}