Page Reader
A completely free extension to read highlighted text via Text To Speech.
Page Readerとは何ですか?
Page ReaderはOnline Media Groupによって開発されたChromeの拡張機能で、その主な機能は「A completely free extension to read highlighted text via Text To Speech.」です。
拡張機能のスクリーンショット
Page Reader拡張機能のCRXファイルをダウンロード
Page Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be. Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.
拡張機能の基本情報
名前 | Page Reader |
ID | afokdhhgekbckelmkfegdggbeohdbnge |
公式URL | https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge |
説明 | A completely free extension to read highlighted text via Text To Speech. |
ファイルサイズ | 81.05 KB |
インストール数 | 11,903 |
現在のバージョン | 1.0 |
最終更新日 | 2020-03-04 |
公開日 | 2020-03-03 |
評価 | 2.37/5 合計 30 レビュー |
開発者 | Online Media Group |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Reader", "version": "1.0", "description": "A completely free extension to read highlighted text via Text To Speech.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "activeTab", "alarms", "storage" ], "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |