Yandex Slovari Translation and Pronunciation

Translate from English to Russian using Yandex.Slovari. Pronunciation provided by TheFreeDictionary.

Yandex Slovari Translation and Pronunciation क्या है?

Yandex Slovari Translation and Pronunciation mbautin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate from English to Russian using Yandex.Slovari. Pronunciation provided by TheFreeDictionary."।

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

screenshot

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

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

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

                        Translate from English to Russian using Yandex Slovari (http://slovari.yandex.ru/). Pronunciation is provided by TheFreeDictionary (http://www.thefreedictionary.com/).

- No need to select a word. Just right-click a word and select "Translation and pronunciation". Currently the extension works for words that are not part of hyperlinks.
- Translation is conveniently shown in a pop-up right where the word is. No need to look for notifications in the lower-right portion of the screen.
- If you translate the same word twice, the result appears instantaneously the second time.

What's new in version 0.3:
- Multiple translation windows supported at the same time.
- Greatly improved stability: works on a wider variety of sites.

What's new in version 0.3.1:
- Bug fixes with popup positioning and styling.
- A left mouse button click outside of any translation popups closes them, as was done in the initial version of the extension.

---------------------------------------------------------
Переводите с английского на русский использованием Яндекс Словарей (http://slovari.yandex.ru/). Произношение обеспечивается сервисом (http://www.thefreedictionary.com/).

- Нет необходимости выделять слово. Просто щелкните правой кнопкой мыши и выберите "Translation and pronunciation" в контекстном меню. В настоящее время перевод работает для слов, которые не являются частью гиперссылки.
- Перевод показывается во всплывающем окне рядом со словом. Нет необходимости куда-либо переводить взгляд.
- Если вы переводите одно и то же слово дважды, во второй раз результат появится мгновенно.

Улучшения в версии 0.3:
- Можно открывать несколько окон перевода одновременно.
- Улучшенная стабильность: расширение работает на большем количестве сайтов.

Улучшения в версии 0.3.1:
- Исправленны ошибки в определения положения окна перевода и стиле элементов окна.
- Щелчок левой кнопкой мыши вне окон перевода закрывает их, как и в первоначальной версии расширения.                    

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

नाम Yandex Slovari Translation and Pronunciation Yandex Slovari Translation and Pronunciation
ID hdalhfoifdhanoilpdbnpkakjllcpaab
आधिकारिक URL https://chrome.google.com/webstore/detail/yandex-slovari-translatio/hdalhfoifdhanoilpdbnpkakjllcpaab
विवरण Translate from English to Russian using Yandex.Slovari. Pronunciation provided by TheFreeDictionary.
फ़ाइल का आकार 226 KB
स्थापना संख्या 288
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2013-10-10
प्रकाशन तिथि 2013-10-10
रेटिंग 3.40/5 कुल 15 रेटिंग्स
डेवलपर mbautin
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yandex Slovari Translation and Pronunciation",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "Translate from English to Russian using Yandex.Slovari. Pronunciation provided by TheFreeDictionary.",
    "browser_action": {
        "default_icon": "images\/icon_large.png"
    },
    "icons": {
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "http:\/\/www.thefreedictionary.com\/*",
        "http:\/\/slovari.yandex.ru\/*",
        "contextMenus",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "reset.css",
        "show_word.html",
        "css\/ui-lightness\/jquery-ui-1.10.2.custom.css",
        "css\/ui-lightness\/images\/*.gif",
        "css\/ui-lightness\/images\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/util.js",
            "js\/background_page.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.2.custom.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/jquery-ui.js",
                "js\/util.js",
                "js\/content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}