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

Co je Google Translate Keyboard Shortcuts?

Google Translate Keyboard Shortcuts je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Translate Keyboard Shortcuts

Stáhněte si soubory rozšíření Google Translate Keyboard Shortcuts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Translate Keyboard Shortcuts Google Translate Keyboard Shortcuts
ID oppadelfinecikcbggmjjicoandngpba
Oficiální URL https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba
Popis Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area
Velikost souboru 36.89 KB
Počet instalací 364
Aktuální Verze 1.0.2
Poslední Aktualizace 2015-01-18
Datum Vydání 2015-01-18
Hodnocení 2.50/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}