Google Translate Keyboard Shortcuts
Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area
¿Qué es Google Translate Keyboard Shortcuts?
Google Translate Keyboard Shortcuts es una extensión de Chrome desarrollada por Unknown, y su función principal es "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Translate Keyboard Shortcuts
Descarga archivos de extensión Google Translate Keyboard Shortcuts 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
Provides three simple keyboard shortcuts for Google Translate to make translate and learning pronunciation more efficient. Alt+A to hear the words in the input textbox Alt+C to clear the input textbox Alt+S to swap the languages
Información Básica de la Extensión
Nombre | Google Translate Keyboard Shortcuts |
ID | oppadelfinecikcbggmjjicoandngpba |
URL Oficial | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
Descripción | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
Tamaño del Archivo | 36.89 KB |
Cantidad de Instalaciones | 364 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-01-18 |
Fecha de Publicación | 2015-01-18 |
Calificación | 2.50/5 Total de 6 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "30", "name": "Google Translate Keyboard Shortcuts", "description": "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area", "version": "1.0.2", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/translate.google.com\/*" ], "js": [ "scripts\/jquery-1.11.1.min.js", "scripts\/translate.js" ] } ], "browser_action": { "default_title": "Google Translate Keyboard Shortcuts" } } |