LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

LEO Translator क्या है?

LEO Translator https://www.timodenk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it."।

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

screenshot
screenshot

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

crx प्रारूप में LEO Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

एक्सटेंशन की मूल जानकारी

नाम LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
आधिकारिक URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
विवरण This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
फ़ाइल का आकार 53.91 KB
स्थापना संख्या 498
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-07-09
प्रकाशन तिथि 2016-07-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.timodenk.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}