Laz-eReader
This extension reads the current page
Vad är Laz-eReader?
Laz-eReader är en Chrome-tillägg utvecklad av QuickCode, och dess huvudfunktion är "This extension reads the current page".
Tilläggsskärmbilder
Ladda ner Laz-eReader-förlängningens CRX-fil
Ladda ner Laz-eReader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Laz-eReader |
ID | dlaeaiajnbhnmkploalddlanahilegal |
Officiell webbadress | https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal |
Beskrivning | This extension reads the current page |
Filstorlek | 29.61 KB |
Antal Installationer | 205 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-04-08 |
Publiceringsdatum | 2017-04-08 |
Utvecklare | QuickCode |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |