Yandex.Dictionary
To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
What is Yandex.Dictionary?
Yandex.Dictionary is a Chrome extension developed by Serge Zaitsev, and its main feature is "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".
Download Yandex.Dictionary Extension CRX File
Download Yandex.Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Поисковое расширение (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 привет")
Extension Basic Information
Name | ![]() |
ID | lbhhpihihahbbeeofabacleeppahefgo |
Official URL | https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo |
Description | To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en) |
File Size | 3.46 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2014-02-02 |
Publish Date | 2014-02-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Serge Zaitsev |
Payment Type | free |
Supported Languages | 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 } |