Laz-eReader
This extension reads the current page
Cos'è Laz-eReader?
Laz-eReader è un'estensione di Chrome sviluppata da QuickCode, e la sua funzione principale è "This extension reads the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Laz-eReader
Scarica i file di estensione Laz-eReader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Laz-eReader |
ID | dlaeaiajnbhnmkploalddlanahilegal |
URL Ufficiale | https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal |
Descrizione | This extension reads the current page |
Dimensione del File | 29.61 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-04-08 |
Data di Pubblicazione | 2017-04-08 |
Sviluppatore | QuickCode |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |