Yandex.Dictionary

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

O que é Yandex.Dictionary?

Yandex.Dictionary é uma extensão do Chrome desenvolvida por Serge Zaitsev, e sua principal característica é "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Baixar o arquivo CRX da Extensão Yandex.Dictionary

Baixe arquivos de extensão Yandex.Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
URL Oficial https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Descrição To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Tamanho do Arquivo 3.46 KB
Contagem de Instalações 46
Versão Atual 1.0
Última Atualização 2014-02-02
Data de Publicação 2014-02-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Serge Zaitsev
Tipo de Pagamento free
Idiomas Suportados 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
}