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
Cos'è Google Translate Keyboard Shortcuts?
Google Translate Keyboard Shortcuts è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Translate Keyboard Shortcuts
Scarica i file di estensione Google Translate Keyboard Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Translate Keyboard Shortcuts |
ID | oppadelfinecikcbggmjjicoandngpba |
URL Ufficiale | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
Descrizione | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
Dimensione del File | 36.89 KB |
Conteggio Installazioni | 364 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2015-01-18 |
Data di Pubblicazione | 2015-01-18 |
Valutazione | 2.50/5 Totale 6 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |