TabSpeech
Read the text on the displayed tab
TabSpeech là gì?
TabSpeech là một tiện ích mở rộng Chrome được phát triển bởi IIMURA Takuji, và tính năng chính của nó là "Read the text on the displayed tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TabSpeech
Tải xuống các tệp mở rộng TabSpeech dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Text-to-Speech the text in the displayed tab using Web Speech API. * Usage: 1. Select the range where you want to start reading 2. Click the PageAction icon (the black “reading” icon in the upper right) and press the “Speech” button Press Stop to stop reading, Pause to pause, and Resume to resume from pause. We are developing at: https://github.com/limura/TabSpeech/ The author is Japanese and can hardly speak foreign languages. I would be happy if you could help with translation work and other corrections. Please refer to the Japanese section for the detailed update history.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabSpeech |
ID | ccojlmmbakjcoddbepmmogiobbmmhmjc |
URL Chính Thức | https://chromewebstore.google.com/detail/tabspeech/ccojlmmbakjcoddbepmmogiobbmmhmjc |
Mô tả | Read the text on the displayed tab |
Kích Thước Tệp | 87.98 KB |
Số Lần Cài Đặt | 3,670 |
Phiên Bản Hiện Tại | 1.9.1 |
Cập Nhật Lần Cuối | 2022-02-22 |
Ngày Phát Hành | 2020-05-18 |
Đánh Giá | 4.37/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | IIMURA Takuji |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/limura/TabSpeech |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "TabSpeech", "description": "__MSG_appDescription__", "version": "1.9.1", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon\/TabSpeechIcon16.png", "48": "icon\/TabSpeechIcon48.png", "128": "icon\/TabSpeechIcon128.png" }, "page_action": { "default_title": "__MSG_PageActionDefaultTitle__", "default_popup": "popup.html", "default_icon": "icon\/TabSpeechIcon19.png" }, "content_scripts": [ { "matches": [ " |