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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |