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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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