Yandex.Dictionary

To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)

Yandex.Dictionary là gì?

Yandex.Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Serge Zaitsev, và tính năng chính của nó là "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Tải xuống tệp CRX của tiện ích mở rộng Yandex.Dictionary

Tải xuống các tệp mở rộng Yandex.Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
URL Chính Thức https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Mô tả To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Kích Thước Tệp 3.46 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-02-02
Ngày Phát Hành 2014-02-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Serge Zaitsev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}