Laz-eReader
This extension reads the current page
ما هو Laz-eReader؟
Laz-eReader هو إضافة Chrome تم تطويرها بواسطة QuickCode، والميزة الرئيسية لها هي "This extension reads the current page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Laz-eReader
قم بتنزيل ملفات الامتداد Laz-eReader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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\/*" ] } |