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
官方網址 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"
    }
}