Select and Speak
Select and Speak
Select and Speak là gì?
Select and Speak là một tiện ích mở rộng Chrome được phát triển bởi D, và tính năng chính của nó là "Select and Speak".
Ả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 Select and Speak
Tải xuống các tệp mở rộng Select and Speak 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
Select to Speak extension for accessibility. Select any text in Chrome and then right click while still selected. Select the "Start Speaking" option. Right click again and select "Stop Speaking" to stop at any time. Adjust values in the settings panel. If the page has disabled text selection or context menus, you can try to remove the blocks using the buttons in settings, or copy and paste text into the extension pop-up and press the Speak button. All client-side processing unless you have installed a 3rd party voice extension which uses network rendering. No ads, no tracking, no other functionality, nothing but reading selected text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
URL Chính Thức | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
Mô tả | Select and Speak |
Kích Thước Tệp | 10.22 KB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.7.7 |
Cập Nhật Lần Cuối | 2022-11-02 |
Ngày Phát Hành | 2022-02-15 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | D |
[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, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon48.png", "default_popup": "settings.html", "default_title": "Select and Speak" }, "description": "Select and Speak", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "minimum_chrome_version": "50.0", "name": "Select and Speak", "options_page": "settings.html", "permissions": [ "activeTab", "contextMenus", "tts" ], "version": "1.7.7" } |