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
Wat is Google Translate Keyboard Shortcuts?
Google Translate Keyboard Shortcuts is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Translate Keyboard Shortcuts
Download Google Translate Keyboard Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | oppadelfinecikcbggmjjicoandngpba |
| Officiële URL | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
| Beschrijving | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
| Bestandsgrootte | 36.89 KB |
| Aantal Installaties | 364 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2015-01-18 |
| Publicatiedatum | 2015-01-18 |
| Beoordeling | 2.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |