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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area」です。

拡張機能のスクリーンショット

screenshot

Google Translate Keyboard Shortcuts拡張機能のCRXファイルをダウンロード

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"
    }
}