Laz-eReader

This extension reads the current page

Was ist Laz-eReader?

Laz-eReader ist eine Chrome-Erweiterung, die von QuickCode entwickelt wurde, und ihr Hauptmerkmal ist "This extension reads the current page".

Erweiterungsscreenshots

screenshot

Laz-eReader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Laz-eReader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
Offizielle URL https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Beschreibung This extension reads the current page
Dateigröße 29.61 KB
Installationsanzahl 205
Aktuelle Version 2.0
Letztes Update 2017-04-08
Veröffentlichungsdatum 2017-04-08
Entwickler QuickCode
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}