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是由Serge Zaitsev开发的Chrome扩展程序,该扩展的主要功能是“To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)”。
下载Yandex.Dictionary扩展crx文件
下载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 привет")
扩展基本信息
名称 | ![]() |
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 } |