Yandex.Dictionary

To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)

Что такое Yandex.Dictionary?

Yandex.Dictionary - это расширение Chrome, разработанное Serge Zaitsev, и его основная функция - "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Скачать файл CRX расширения Yandex.Dictionary

Скачайте файлы расширений Yandex.Dictionary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Поисковое расширение (omnibox) для "Яндекс.Словарей". В поисковой строке введите "y" + слово для перевода (напр., "y hello" или "y привет")

Omnibox extension for "Yandex.Dictionary". In the search bar enter "y" + the word to translate (e.g. "y hello" or "y привет")                    

Основная информация о расширении

Название Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
Официальный URL https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Описание To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Размер файла 3.46 KB
Количество установок 46
Текущая Версия 1.0
Последнее Обновление 2014-02-02
Дата публикации 2014-02-02
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Serge Zaitsev
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yandex.Dictionary",
    "description": "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/suggest-slovari.yandex.ru\/"
    ],
    "omnibox": {
        "keyword": "y"
    },
    "manifest_version": 2
}