Laz-eReader

This extension reads the current page

什么是Laz-eReader?

Laz-eReader是由QuickCode开发的Chrome扩展程序,该扩展的主要功能是“This extension reads the current page”。

扩展截图

screenshot

下载Laz-eReader扩展crx文件

下载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\/*"
    ]
}