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
官方網址 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
}