Select and Speak
Select and Speak
什么是Select and Speak?
Select and Speak是由D开发的Chrome扩展程序,该扩展的主要功能是“Select and Speak”。
扩展截图
下载Select and Speak扩展crx文件
下载Select and Speak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
官方URL | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
简介 | Select and Speak |
文件大小 | 10.22 KB |
安装次数 | 341 |
当前版本 | 1.7.7 |
更新时间 | 2022-11-02 |
上架时间 | 2022-02-15 |
评分 | 3.00/5 共2次评分 |
开发者 | D |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |