Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
Selection Reader là gì?
Selection Reader là một tiện ích mở rộng Chrome được phát triển bởi Arun Kumar Sekar, và tính năng chính của nó là "Selection Reader allows to speak the content in the web page with various voice control options.".
Ả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 Selection Reader
Tải xuống các tệp mở rộng Selection Reader 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
Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
Mô tả | Selection Reader allows to speak the content in the web page with various voice control options. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 16,794 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2017-11-29 |
Ngày Phát Hành | 2017-11-29 |
Đánh Giá | 4.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Arun Kumar Sekar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Reader", "version": "2.1", "description": "Selection Reader allows to speak the content in the web page with various voice control options.", "permissions": [ "tts", "contextMenus", "storage" ], "icons": { "128": "img\/speak128.png", "48": "img\/speak64.png", "16": "img\/speak16.png" }, "browser_action": { "default_icon": "img\/speak32.png", "default_popup": "index.html", "default_title": "Selection Reader" }, "background": { "scripts": [ "js\/background.js" ] } } |