Right Click to TTS
Speak highlighted text. Text to speach
¿Qué es Right Click to TTS?
Right Click to TTS es una extensión de Chrome desarrollada por Odd, y su función principal es "Speak highlighted text. Text to speach".
Descargar Archivo CRX de la Extensión Right Click to TTS
Descarga archivos de extensión Right Click to TTS 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
Simple Text To Speech Plugin Select text and right click or press extension button to speak text.
Información Básica de la Extensión
Nombre | |
ID | econbhkmgcdheboblimjmppkambklkfn |
URL Oficial | https://chrome.google.com/webstore/detail/right-click-to-tts/econbhkmgcdheboblimjmppkambklkfn |
Descripción | Speak highlighted text. Text to speach |
Tamaño del Archivo | 9.47 KB |
Cantidad de Instalaciones | 501 |
Versión Actual | 1.0 |
Última Actualización | 2017-11-14 |
Fecha de Publicación | 2017-11-14 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Odd |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Click to TTS", "description": "Speak highlighted text. Text to speach", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TextToSpeach" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |