Laz-eReader

This extension reads the current page

What is Laz-eReader?

Laz-eReader is a Chrome extension developed by QuickCode, and its main feature is "This extension reads the current page".

Extension Screenshots

screenshot

Download Laz-eReader Extension CRX File

Download Laz-eReader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
Official URL https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Description This extension reads the current page
File Size 29.61 KB
Installation Count 205
Current Version 2.0
Last Updated 2017-04-08
Publish Date 2017-04-08
Developer QuickCode
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}