Laz-eReader
This extension reads the current page
什麼是Laz-eReader?
Laz-eReader是由QuickCode開發的Chrome擴展程式,該擴展的主要功能是“This extension reads the current page”。
擴展截圖
下載Laz-eReader擴展crx文件
下載Laz-eReader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |