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

O que é Google Translate Keyboard Shortcuts?

Google Translate Keyboard Shortcuts é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Translate Keyboard Shortcuts

Baixe arquivos de extensão Google Translate Keyboard Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Google Translate Keyboard Shortcuts Google Translate Keyboard Shortcuts
ID oppadelfinecikcbggmjjicoandngpba
URL Oficial https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba
Descrição Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area
Tamanho do Arquivo 36.89 KB
Contagem de Instalações 364
Versão Atual 1.0.2
Última Atualização 2015-01-18
Data de Publicação 2015-01-18
Classificação 2.50/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}