Laz-eReader
This extension reads the current page
Wat is Laz-eReader?
Laz-eReader is een Chrome-extensie ontwikkeld door QuickCode, en de belangrijkste functie is "This extension reads the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Laz-eReader
Download Laz-eReader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Laz-eReader |
ID | dlaeaiajnbhnmkploalddlanahilegal |
Officiële URL | https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal |
Beschrijving | This extension reads the current page |
Bestandsgrootte | 29.61 KB |
Aantal Installaties | 205 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-04-08 |
Publicatiedatum | 2017-04-08 |
Ontwikkelaar | QuickCode |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |