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

Что такое Google Translate Keyboard Shortcuts?

Google Translate Keyboard Shortcuts - это расширение Chrome, разработанное Unknown, и его основная функция - "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Translate Keyboard Shortcuts

Скачайте файлы расширений Google Translate Keyboard Shortcuts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Google Translate Keyboard Shortcuts Google Translate Keyboard Shortcuts
ID oppadelfinecikcbggmjjicoandngpba
Официальный URL https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba
Описание Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area
Размер файла 36.89 KB
Количество установок 364
Текущая Версия 1.0.2
Последнее Обновление 2015-01-18
Дата публикации 2015-01-18
Рейтинг 2.50/5 Всего 6 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    }
}