Laz-eReader
This extension reads the current page
Laz-eReader là gì?
Laz-eReader là một tiện ích mở rộng Chrome được phát triển bởi QuickCode, và tính năng chính của nó là "This extension reads the current page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Laz-eReader
Tải xuống các tệp mở rộng Laz-eReader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Laz-eReader |
ID | dlaeaiajnbhnmkploalddlanahilegal |
URL Chính Thức | https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal |
Mô tả | This extension reads the current page |
Kích Thước Tệp | 29.61 KB |
Số Lần Cài Đặt | 205 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-04-08 |
Ngày Phát Hành | 2017-04-08 |
Nhà Phát Triển | QuickCode |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |