Laz-eReader
This extension reads the current page
¿Qué es Laz-eReader?
Laz-eReader es una extensión de Chrome desarrollada por QuickCode, y su función principal es "This extension reads the current page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Laz-eReader
Descarga archivos de extensión Laz-eReader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Laz-eReader |
ID | dlaeaiajnbhnmkploalddlanahilegal |
URL Oficial | https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal |
Descripción | This extension reads the current page |
Tamaño del Archivo | 29.61 KB |
Cantidad de Instalaciones | 205 |
Versión Actual | 2.0 |
Última Actualización | 2017-04-08 |
Fecha de Publicación | 2017-04-08 |
Desarrollador | QuickCode |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |