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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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