Read aloud with auto language detection
Text-to-speech web reader
Read aloud with auto language detectionとは何ですか?
Read aloud with auto language detectionはHatsevich Softwareによって開発されたChromeの拡張機能で、その主な機能は「Text-to-speech web reader」です。
拡張機能のスクリーンショット
Read aloud with auto language detection拡張機能のCRXファイルをダウンロード
Read aloud with auto language detection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you read aloud websites by using Google Chrome text-to-speech engine.
It can automatically detect the language of current sentence (currently English or Russian).
It can be conveniently controlled with keyboard shortcuts.
How to use:
Quick start: select any piece of web page where you want to start reading and press Alt+R (or click the extension icon). Extension widget will appear and will start reading. Mouse over the widget to see all the options and keyboard shortcuts.
Demo (in Russian): https://www.youtube.com/watch?v=Nnxh91ryrdU 拡張機能の基本情報
| 名前 | |
| ID | iaeiplcjdnogoipoblmicfocnhfobpmi |
| 公式URL | https://chromewebstore.google.com/detail/read-aloud-with-auto-lang/iaeiplcjdnogoipoblmicfocnhfobpmi |
| 説明 | Text-to-speech web reader |
| ファイルサイズ | 62.32 KB |
| インストール数 | 2,000 |
| 現在のバージョン | 0.0.0.6 |
| 最終更新日 | 2021-08-11 |
| 公開日 | 2020-08-25 |
| 評価 | 3.67/5 合計 9 レビュー |
| 開発者 | Hatsevich Software |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Read aloud with auto language detection",
"version": "0.0.0.6",
"description": "Text-to-speech web reader",
"permissions": [
"activeTab",
"storage"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+R"
}
}
},
"icons": {
"16": "loudspeaker 16.png",
"32": "loudspeaker 32.png",
"48": "loudspeaker 48.png",
"128": "loudspeaker 128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "loudspeaker 512.png"
},
"manifest_version": 2
} | |