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 |
公式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 |
Eメール | [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\/*" ] } |