Select and Speak
Select and Speak
¿Qué es Select and Speak?
Select and Speak es una extensión de Chrome desarrollada por D, y su función principal es "Select and Speak".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Select and Speak
Descarga archivos de extensión Select and Speak en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
URL Oficial | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
Descripción | Select and Speak |
Tamaño del Archivo | 10.22 KB |
Cantidad de Instalaciones | 341 |
Versión Actual | 1.7.7 |
Última Actualización | 2022-11-02 |
Fecha de Publicación | 2022-02-15 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | D |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |