Selection Reader (Text to Speech)
High quality text-to-speech reader capable of seamlessly reading large amounts of text.
Selection Reader (Text to Speech)とは何ですか?
Selection Reader (Text to Speech)はDavid Heaneyによって開発されたChromeの拡張機能で、その主な機能は「High quality text-to-speech reader capable of seamlessly reading large amounts of text.」です。
拡張機能のスクリーンショット
Selection Reader (Text to Speech)拡張機能のCRXファイルをダウンロード
Selection Reader (Text to Speech)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require. Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!
拡張機能の基本情報
名前 | Selection Reader (Text to Speech) |
ID | fdffijlhedcdiblbingmagmdnokokgbi |
公式URL | https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi |
説明 | High quality text-to-speech reader capable of seamlessly reading large amounts of text. |
ファイルサイズ | 31.45 KB |
インストール数 | 377,503 |
現在のバージョン | 1.8.9 |
最終更新日 | 2018-09-10 |
公開日 | 2018-09-08 |
評価 | 3.60/5 合計 667 レビュー |
開発者 | David Heaney |
支払い方法 | free |
対応言語 | id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "short_name": "__MSG_manifest_shortname__", "author": "David Heaney", "description": "__MSG_manifest_description__", "version": "1.8.9", "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "scripts": [ "read.js", "buy.js" ] }, "icons": { "16": "icons\/regular\/icon16.png", "48": "icons\/regular\/icon48.png", "128": "icons\/regular\/icon128.png" }, "browser_action": [], "default_locale": "en", "minimum_chrome_version": "40", "options_ui": { "page": "options.html", "chrome_style": true }, "offline_enabled": false, "manifest_version": 2 } |