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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Translate Keyboard Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}