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'est-ce que Google Translate Keyboard Shortcuts ?
Google Translate Keyboard Shortcuts est une extension Chrome développée par Unknown, et sa fonction principale est "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Translate Keyboard Shortcuts
Téléchargez les fichiers d'extension Google Translate Keyboard Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Translate Keyboard Shortcuts |
ID | oppadelfinecikcbggmjjicoandngpba |
URL Officiel | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
Description | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
Taille du Fichier | 36.89 KB |
Nombre d'Installations | 364 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-01-18 |
Date de Publication | 2015-01-18 |
Évaluation | 2.50/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |