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 привет")                    

拡張機能の基本情報

名前 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
}