Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Yandex Translate क्या है?

Yandex Translate Mikhail Fursov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Installs a context menu item to translate selected text using Yandex Translate service."।

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

screenshot

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

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

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

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

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

नाम Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
आधिकारिक URL https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
विवरण Installs a context menu item to translate selected text using Yandex Translate service.
फ़ाइल का आकार 13.7 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2021-07-30
प्रकाशन तिथि 2016-01-25
रेटिंग 3.57/5 कुल 35 रेटिंग्स
डेवलपर Mikhail Fursov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mfursov/yandex-translate
समर्थित भाषाएँ en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}