Yandex.Dictionary

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

¿Qué es Yandex.Dictionary?

Yandex.Dictionary es una extensión de Chrome desarrollada por Serge Zaitsev, y su función principal es "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Descargar Archivo CRX de la Extensión Yandex.Dictionary

Descarga archivos de extensión Yandex.Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Поисковое расширение (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 привет")                    

Información Básica de la Extensión

Nombre Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
URL Oficial https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Descripción To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Tamaño del Archivo 3.46 KB
Cantidad de Instalaciones 46
Versión Actual 1.0
Última Actualización 2014-02-02
Fecha de Publicación 2014-02-02
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Serge Zaitsev
Tipo de Pago free
Idiomas Soportados 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
}